Color Hex Logo

#c99edc Color Hex

#C99EDC
(201,158,220)
0 Favorites   0 Comments

Color spaces of #c99edc

RGB 201158220
HSL0.780.470.74
HSV282°28°86°
CMYK 0.090.280.00   0.14
XYZ49.232542.038573.2296
Yxy42.03850.29930.2556
Hunter Lab64.837122.0748-21.5785
CIE-Lab70.897526.9934-25.4056

#c99edc color RGB value is (201,158,220).

#c99edc hex color red value is 201, green value is 158 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c99edc hue: 0.78 , saturation: 0.47 and the lightness value of c99edc is 0.74.

The process color (four color CMYK) of #c99edc color hex is 0.09, 0.28, 0.00, 0.14. Web safe color of #c99edc is #cc99cc. Color #c99edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011110 11011100
Octal 311 236 334
Decimal 201 158 220
Hex C9 9E DC

RGB Percentages of Color #c99edc

%34.72
%27.29
%38.00

CMYK Percentages of Color #c99edc

%9
%28
%0
%14

Triadic Colors of #c99edc

#c99edc #dcc99e #9edcc9

Analogous Colors of #c99edc

#c99edc #dc9ed0 #aa9edc

Monochromatic Colors of #c99edc

#c99edc

Complementary Color

#c99edc #b1dc9e

#c99edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99edc Color CSS Codes

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

#c99edc Text Font Color

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

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


#c99edc Background Color

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

This div background color is #c99edc


#c99edc Border Color

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

This div border color is #c99edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99edc


Comments

No comments written yet.

Please login to write comment.