Color Hex Logo

#c66489 Color Hex

#C66489
(198,100,137)
0 Favorites   0 Comments

Color spaces of #c66489

RGB 198100137
HSL0.940.460.58
HSV337°49°78°
CMYK 0.000.490.31   0.22
XYZ32.361222.926326.3865
Yxy22.92630.39620.2807
Hunter Lab47.881436.84880.8434
CIE-Lab54.996343.1206-2.2841

#c66489 color RGB value is (198,100,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100100 10001001
Octal 306 144 211
Decimal 198 100 137
Hex C6 64 89

RGB Percentages of Color #c66489

%45.52
%22.99
%31.49

CMYK Percentages of Color #c66489

%0
%49
%31
%22

Triadic Colors of #c66489

#c66489 #89c664 #6489c6

Analogous Colors of #c66489

#c66489 #c67064 #c664ba

Monochromatic Colors of #c66489

#c66489

Complementary Color

#c66489 #64c6a1

#c66489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66489 Color CSS Codes

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

#c66489 Text Font Color

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

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


#c66489 Background Color

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

This div background color is #c66489


#c66489 Border Color

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

This div border color is #c66489


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,100,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 #c66489">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66489


Comments

No comments written yet.

Please login to write comment.