Color Hex Logo

#66337b Color Hex

#66337B
(102,51,123)
0 Favorites   0 Comments

Color spaces of #66337b

RGB 10251123
HSL0.780.410.34
HSV283°59°48°
CMYK 0.170.590.00   0.52
XYZ10.23856.622519.4775
Yxy6.62250.28180.1822
Hunter Lab25.734225.9823-26.8610
CIE-Lab30.931635.6131-31.7741

#66337b color RGB value is (102,51,123).

#66337b hex color red value is 102, green value is 51 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #66337b hue: 0.78 , saturation: 0.41 and the lightness value of 66337b is 0.34.

The process color (four color CMYK) of #66337b color hex is 0.17, 0.59, 0.00, 0.52. Web safe color of #66337b is #663366. Color #66337b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110011 01111011
Octal 146 63 173
Decimal 102 51 123
Hex 66 33 7B

RGB Percentages of Color #66337b

%36.96
%18.48
%44.57

CMYK Percentages of Color #66337b

%17
%59
%0
%52

Triadic Colors of #66337b

#66337b #7b6633 #337b66

Analogous Colors of #66337b

#66337b #7b336c #42337b

Monochromatic Colors of #66337b

#66337b

Complementary Color

#66337b #487b33

#66337b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66337b Color Preview on White Background

Lorem ipsum dolor sit amet.

#66337b Color CSS Codes

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

#66337b Text Font Color

<p style="color:#66337b">Text here</p>

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


#66337b Background Color

<div style="background-color:#66337b">
Div content here</div>

This div background color is #66337b


#66337b Border Color

<div style="border:3px solid #66337b">
Div here</div>

This div border color is #66337b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,51,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66337b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66337b;
  -webkit-box-shadow: 1px 1px 3px 2px #66337b;
  box-shadow:         1px 1px 3px 2px #66337b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66337b


Comments

No comments written yet.

Please login to write comment.