Color Hex Logo

#66359f Color Hex

#66359F
(102,53,159)
0 Favorites   0 Comments

Color spaces of #66359f

RGB 10253159
HSL0.740.500.42
HSV268°67°62°
CMYK 0.360.670.00   0.38
XYZ13.01067.874233.6350
Yxy7.87420.23860.1444
Hunter Lab28.061033.6555-51.4246
CIE-Lab33.719543.3771-49.4758

#66359f color RGB value is (102,53,159).

#66359f hex color red value is 102, green value is 53 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #66359f hue: 0.74 , saturation: 0.50 and the lightness value of 66359f is 0.42.

The process color (four color CMYK) of #66359f color hex is 0.36, 0.67, 0.00, 0.38. Web safe color of #66359f is #663399. Color #66359f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110101 10011111
Octal 146 65 237
Decimal 102 53 159
Hex 66 35 9F

RGB Percentages of Color #66359f

%32.48
%16.88
%50.64

CMYK Percentages of Color #66359f

%36
%67
%0
%38

Triadic Colors of #66359f

#66359f #9f6635 #359f66

Analogous Colors of #66359f

#66359f #9b359f #35399f

Monochromatic Colors of #66359f

#66359f

Complementary Color

#66359f #6e9f35

#66359f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66359f Color Preview on White Background

Lorem ipsum dolor sit amet.

#66359f Color CSS Codes

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

#66359f Text Font Color

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

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


#66359f Background Color

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

This div background color is #66359f


#66359f Border Color

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

This div border color is #66359f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,53,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 #66359f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66359f


Comments

No comments written yet.

Please login to write comment.