Color Hex Logo

#66519f Color Hex

#66519F
(102,81,159)
0 Favorites   0 Comments

Color spaces of #66519f

RGB 10281159
HSL0.710.330.47
HSV256°49°62°
CMYK 0.360.490.00   0.38
XYZ14.679911.212834.1915
Yxy11.21280.24430.1866
Hunter Lab33.485519.6539-37.1002
CIE-Lab39.936627.1595-39.4983

#66519f color RGB value is (102,81,159).

#66519f hex color red value is 102, green value is 81 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #66519f hue: 0.71 , saturation: 0.33 and the lightness value of 66519f is 0.47.

The process color (four color CMYK) of #66519f color hex is 0.36, 0.49, 0.00, 0.38. Web safe color of #66519f is #666699. Color #66519f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 01010001 10011111
Octal 146 121 237
Decimal 102 81 159
Hex 66 51 9F

RGB Percentages of Color #66519f

%29.82
%23.68
%46.49

CMYK Percentages of Color #66519f

%36
%49
%0
%38

Triadic Colors of #66519f

#66519f #9f6651 #519f66

Analogous Colors of #66519f

#66519f #8d519f #51639f

Monochromatic Colors of #66519f

#66519f

Complementary Color

#66519f #8a9f51

#66519f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66519f Color Preview on White Background

Lorem ipsum dolor sit amet.

#66519f Color CSS Codes

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

#66519f Text Font Color

<p style="color:#66519f">Text here</p>

This sample text font color is #66519f
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.


#66519f Background Color

<div style="background-color:#66519f">
Div content here</div>

This div background color is #66519f


#66519f Border Color

<div style="border:3px solid #66519f">
Div here</div>

This div border color is #66519f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,81,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66519f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66519f;
  -webkit-box-shadow: 1px 1px 3px 2px #66519f;
  box-shadow:         1px 1px 3px 2px #66519f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,81,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66519f


Comments

No comments written yet.

Please login to write comment.