Color Hex Logo

#c66285 Color Hex

#C66285
(198,98,133)
0 Favorites   0 Comments

Color spaces of #c66285

RGB 19898133
HSL0.940.470.58
HSV339°51°78°
CMYK 0.000.510.33   0.22
XYZ31.890022.434624.8398
Yxy22.43460.40280.2834
Hunter Lab47.365237.29132.0621
CIE-Lab54.485143.6213-0.6800

#c66285 color RGB value is (198,98,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100010 10000101
Octal 306 142 205
Decimal 198 98 133
Hex C6 62 85

RGB Percentages of Color #c66285

%46.15
%22.84
%31.00

CMYK Percentages of Color #c66285

%0
%51
%33
%22

Triadic Colors of #c66285

#c66285 #85c662 #6285c6

Analogous Colors of #c66285

#c66285 #c67162 #c662b7

Monochromatic Colors of #c66285

#c66285

Complementary Color

#c66285 #62c6a3

#c66285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66285 Color CSS Codes

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

#c66285 Text Font Color

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

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


#c66285 Background Color

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

This div background color is #c66285


#c66285 Border Color

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

This div border color is #c66285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66285


Comments

No comments written yet.

Please login to write comment.