Color Hex Logo

#c99eca Color Hex

#C99ECA
(201,158,202)
0 Favorites   0 Comments

Color spaces of #c99eca

RGB 201158202
HSL0.830.290.71
HSV299°22°79°
CMYK 0.000.220.00   0.21
XYZ46.974941.135561.3412
Yxy41.13550.31430.2752
Hunter Lab64.137018.4965-11.8096
CIE-Lab70.270823.4606-16.4386

#c99eca color RGB value is (201,158,202).

#c99eca hex color red value is 201, green value is 158 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c99eca hue: 0.83 , saturation: 0.29 and the lightness value of c99eca is 0.71.

The process color (four color CMYK) of #c99eca color hex is 0.00, 0.22, 0.00, 0.21. Web safe color of #c99eca is #cc99cc. Color #c99eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011110 11001010
Octal 311 236 312
Decimal 201 158 202
Hex C9 9E CA

RGB Percentages of Color #c99eca

%35.83
%28.16
%36.01

CMYK Percentages of Color #c99eca

%0
%22
%0
%21

Triadic Colors of #c99eca

#c99eca #cac99e #9ecac9

Analogous Colors of #c99eca

#c99eca #ca9eb5 #b39eca

Monochromatic Colors of #c99eca

#c99eca

Complementary Color

#c99eca #9fca9e

#c99eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99eca Color CSS Codes

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

#c99eca Text Font Color

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

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


#c99eca Background Color

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

This div background color is #c99eca


#c99eca Border Color

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

This div border color is #c99eca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,158,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c99eca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c99eca;
  -webkit-box-shadow: 1px 1px 3px 2px #c99eca;
  box-shadow:         1px 1px 3px 2px #c99eca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,158,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99eca


Comments

No comments written yet.

Please login to write comment.