Color Hex Logo

#c66499 Color Hex

#C66499
(198,100,153)
0 Favorites   0 Comments

Color spaces of #c66499

RGB 198100153
HSL0.910.460.58
HSV328°49°78°
CMYK 0.000.490.23   0.22
XYZ33.595623.420032.8868
Yxy23.42000.37370.2605
Hunter Lab48.394239.2261-6.4152
CIE-Lab55.502345.3235-10.9092

#c66499 color RGB value is (198,100,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100100 10011001
Octal 306 144 231
Decimal 198 100 153
Hex C6 64 99

RGB Percentages of Color #c66499

%43.90
%22.17
%33.92

CMYK Percentages of Color #c66499

%0
%49
%23
%22

Triadic Colors of #c66499

#c66499 #99c664 #6499c6

Analogous Colors of #c66499

#c66499 #c66468 #c264c6

Monochromatic Colors of #c66499

#c66499

Complementary Color

#c66499 #64c691

#c66499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66499 Color CSS Codes

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

#c66499 Text Font Color

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

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


#c66499 Background Color

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

This div background color is #c66499


#c66499 Border Color

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

This div border color is #c66499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66499


Comments

No comments written yet.

Please login to write comment.