Color Hex Logo

#66339c Color Hex

#66339C
(102,51,156)
0 Favorites   0 Comments

Color spaces of #66339c

RGB 10251156
HSL0.750.510.41
HSV269°67°61°
CMYK 0.350.670.00   0.39
XYZ12.66417.592732.2506
Yxy7.59270.24120.1446
Hunter Lab27.554933.8169-50.1055
CIE-Lab33.119843.6538-48.6288

#66339c color RGB value is (102,51,156).

#66339c hex color red value is 102, green value is 51 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #66339c hue: 0.75 , saturation: 0.51 and the lightness value of 66339c is 0.41.

The process color (four color CMYK) of #66339c color hex is 0.35, 0.67, 0.00, 0.39. Web safe color of #66339c is #663399. Color #66339c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00110011 10011100
Octal 146 63 234
Decimal 102 51 156
Hex 66 33 9C

RGB Percentages of Color #66339c

%33.01
%16.50
%50.49

CMYK Percentages of Color #66339c

%35
%67
%0
%39

Triadic Colors of #66339c

#66339c #9c6633 #339c66

Analogous Colors of #66339c

#66339c #9b339c #33359c

Monochromatic Colors of #66339c

#66339c

Complementary Color

#66339c #699c33

#66339c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66339c Color Preview on White Background

Lorem ipsum dolor sit amet.

#66339c Color CSS Codes

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

#66339c Text Font Color

<p style="color:#66339c">Text here</p>

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


#66339c Background Color

<div style="background-color:#66339c">
Div content here</div>

This div background color is #66339c


#66339c Border Color

<div style="border:3px solid #66339c">
Div here</div>

This div border color is #66339c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66339c


Comments

No comments written yet.

Please login to write comment.