Color Hex Logo

#c66287 Color Hex

#C66287
(198,98,135)
0 Favorites   0 Comments

Color spaces of #c66287

RGB 19898135
HSL0.940.470.58
HSV338°51°78°
CMYK 0.000.510.32   0.22
XYZ32.029622.490425.5746
Yxy22.49040.39990.2808
Hunter Lab47.424037.56461.2232
CIE-Lab54.543543.8758-1.7726

#c66287 color RGB value is (198,98,135).

#c66287 hex color red value is 198, green value is 98 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #c66287 hue: 0.94 , saturation: 0.47 and the lightness value of c66287 is 0.58.

The process color (four color CMYK) of #c66287 color hex is 0.00, 0.51, 0.32, 0.22. Web safe color of #c66287 is #cc6699. Color #c66287 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100010 10000111
Octal 306 142 207
Decimal 198 98 135
Hex C6 62 87

RGB Percentages of Color #c66287

%45.94
%22.74
%31.32

CMYK Percentages of Color #c66287

%0
%51
%32
%22

Triadic Colors of #c66287

#c66287 #87c662 #6287c6

Analogous Colors of #c66287

#c66287 #c66f62 #c662b9

Monochromatic Colors of #c66287

#c66287

Complementary Color

#c66287 #62c6a1

#c66287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66287 Color CSS Codes

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

#c66287 Text Font Color

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

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


#c66287 Background Color

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

This div background color is #c66287


#c66287 Border Color

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

This div border color is #c66287


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,98,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c66287; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c66287;
  -webkit-box-shadow: 1px 1px 3px 2px #c66287;
  box-shadow:         1px 1px 3px 2px #c66287; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,98,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66287


Comments

No comments written yet.

Please login to write comment.