Color Hex Logo

#613ada Color Hex

#613ADA
(97,58,218)
0 Favorites   0 Comments

Color spaces of #613ada

RGB 9758218
HSL0.710.680.54
HSV255°73°85°
CMYK 0.560.730.00   0.15
XYZ19.097710.629567.3748
Yxy10.62950.19670.1095
Hunter Lab32.602947.5042-99.7023
CIE-Lab38.949356.0033-75.6884

#613ada color RGB value is (97,58,218).

#613ada hex color red value is 97, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #613ada hue: 0.71 , saturation: 0.68 and the lightness value of 613ada is 0.54.

The process color (four color CMYK) of #613ada color hex is 0.56, 0.73, 0.00, 0.15. Web safe color of #613ada is #6633cc. Color #613ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00111010 11011010
Octal 141 72 332
Decimal 97 58 218
Hex 61 3A DA

RGB Percentages of Color #613ada

%26.01
%15.55
%58.45

CMYK Percentages of Color #613ada

%56
%73
%0
%15

Triadic Colors of #613ada

#613ada #da613a #3ada61

Analogous Colors of #613ada

#613ada #b13ada #3a63da

Monochromatic Colors of #613ada

#613ada

Complementary Color

#613ada #b3da3a

#613ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#613ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#613ada Color CSS Codes

.mybgcolor {background-color:#613ada; } 
.myforecolor {color:#613ada; }
.mybordercolor {border:3px solid #613ada; }

#613ada Text Font Color

<p style="color:#613ada">Text here</p>

This sample text font color is #613ada
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#613ada Background Color

<div style="background-color:#613ada">
Div content here</div>

This div background color is #613ada


#613ada Border Color

<div style="border:3px solid #613ada">
Div here</div>

This div border color is #613ada


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,58,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #613ada; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #613ada;
  -webkit-box-shadow: 1px 1px 3px 2px #613ada;
  box-shadow:         1px 1px 3px 2px #613ada; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,58,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #613ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #613ada;
  -webkit-box-shadow: 1px 1px 3px 2px #613ada;
  box-shadow:         1px 1px 3px 2px #613ada;">
Div content here</div>

This div box has shadow with color #613ada


Comments

No comments written yet.

Please login to write comment.