Color Hex Logo

#c999ea Color Hex

#C999EA
(201,153,234)
0 Favorites   0 Comments

Color spaces of #c999ea

RGB 201153234
HSL0.770.660.76
HSV276°35°92°
CMYK 0.140.350.00   0.08
XYZ50.329941.140583.1301
Yxy41.14050.28830.2356
Hunter Lab64.140927.8185-31.9445
CIE-Lab70.274232.6413-34.0456

#c999ea color RGB value is (201,153,234).

#c999ea hex color red value is 201, green value is 153 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c999ea hue: 0.77 , saturation: 0.66 and the lightness value of c999ea is 0.76.

The process color (four color CMYK) of #c999ea color hex is 0.14, 0.35, 0.00, 0.08. Web safe color of #c999ea is #cc99ff. Color #c999ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10011001 11101010
Octal 311 231 352
Decimal 201 153 234
Hex C9 99 EA

RGB Percentages of Color #c999ea

%34.18
%26.02
%39.80

CMYK Percentages of Color #c999ea

%14
%35
%0
%8

Triadic Colors of #c999ea

#c999ea #eac999 #99eac9

Analogous Colors of #c999ea

#c999ea #ea99e3 #a199ea

Monochromatic Colors of #c999ea

#c999ea

Complementary Color

#c999ea #baea99

#c999ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c999ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c999ea Color CSS Codes

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

#c999ea Text Font Color

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

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


#c999ea Background Color

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

This div background color is #c999ea


#c999ea Border Color

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

This div border color is #c999ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c999ea


Comments

No comments written yet.

Please login to write comment.