Color Hex Logo

#66385c Color Hex

#66385C
(102,56,92)
0 Favorites   0 Comments

Color spaces of #66385c

RGB 1025692
HSL0.870.290.31
HSV313°45°40°
CMYK 0.000.450.10   0.60
XYZ8.82546.425810.9004
Yxy6.42580.33750.2457
Hunter Lab25.349217.7844-7.7509
CIE-Lab30.462326.1449-12.7588

#66385c color RGB value is (102,56,92).

#66385c hex color red value is 102, green value is 56 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #66385c hue: 0.87 , saturation: 0.29 and the lightness value of 66385c is 0.31.

The process color (four color CMYK) of #66385c color hex is 0.00, 0.45, 0.10, 0.60. Web safe color of #66385c is #663366. Color #66385c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00111000 01011100
Octal 146 70 134
Decimal 102 56 92
Hex 66 38 5C

RGB Percentages of Color #66385c

%40.80
%22.40
%36.80

CMYK Percentages of Color #66385c

%0
%45
%10
%60

Triadic Colors of #66385c

#66385c #5c6638 #385c66

Analogous Colors of #66385c

#66385c #663845 #593866

Monochromatic Colors of #66385c

#66385c

Complementary Color

#66385c #386642

#66385c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66385c Color Preview on White Background

Lorem ipsum dolor sit amet.

#66385c Color CSS Codes

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

#66385c Text Font Color

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

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


#66385c Background Color

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

This div background color is #66385c


#66385c Border Color

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

This div border color is #66385c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66385c


Comments

No comments written yet.

Please login to write comment.