Color Hex Logo

#c66589 Color Hex

#C66589
(198,101,137)
0 Favorites   0 Comments

Color spaces of #c66589

RGB 198101137
HSL0.940.460.59
HSV338°49°78°
CMYK 0.000.490.31   0.22
XYZ32.457723.119326.4187
Yxy23.11930.39580.2820
Hunter Lab48.082536.35051.0812
CIE-Lab55.195042.6110-1.9923

#c66589 color RGB value is (198,101,137).

#c66589 hex color red value is 198, green value is 101 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #c66589 hue: 0.94 , saturation: 0.46 and the lightness value of c66589 is 0.59.

The process color (four color CMYK) of #c66589 color hex is 0.00, 0.49, 0.31, 0.22. Web safe color of #c66589 is #cc6699. Color #c66589 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100101 10001001
Octal 306 145 211
Decimal 198 101 137
Hex C6 65 89

RGB Percentages of Color #c66589

%45.41
%23.17
%31.42

CMYK Percentages of Color #c66589

%0
%49
%31
%22

Triadic Colors of #c66589

#c66589 #89c665 #6589c6

Analogous Colors of #c66589

#c66589 #c67265 #c665ba

Monochromatic Colors of #c66589

#c66589

Complementary Color

#c66589 #65c6a2

#c66589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66589 Color CSS Codes

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

#c66589 Text Font Color

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

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


#c66589 Background Color

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

This div background color is #c66589


#c66589 Border Color

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

This div border color is #c66589


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66589


Comments

No comments written yet.

Please login to write comment.