Color Hex Logo

#cd99ea Color Hex

#CD99EA
(205,153,234)
0 Favorites   0 Comments

Color spaces of #cd99ea

RGB 205153234
HSL0.770.660.76
HSV279°35°92°
CMYK 0.120.350.00   0.08
XYZ51.419441.702183.1811
Yxy41.70210.29170.2365
Hunter Lab64.577229.1201-31.1668
CIE-Lab70.665033.8549-33.4092

#cd99ea color RGB value is (205,153,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011001 11101010
Octal 315 231 352
Decimal 205 153 234
Hex CD 99 EA

RGB Percentages of Color #cd99ea

%34.63
%25.84
%39.53

CMYK Percentages of Color #cd99ea

%12
%35
%0
%8

Triadic Colors of #cd99ea

#cd99ea #eacd99 #99eacd

Analogous Colors of #cd99ea

#cd99ea #ea99df #a599ea

Monochromatic Colors of #cd99ea

#cd99ea

Complementary Color

#cd99ea #b6ea99

#cd99ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd99ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd99ea Color CSS Codes

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

#cd99ea Text Font Color

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

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


#cd99ea Background Color

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

This div background color is #cd99ea


#cd99ea Border Color

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

This div border color is #cd99ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd99ea


Comments

No comments written yet.

Please login to write comment.