Color Hex Logo

#cd99ef Color Hex

#CD99EF
(205,153,239)
0 Favorites   0 Comments

Color spaces of #cd99ef

RGB 205153239
HSL0.770.730.77
HSV276°36°94°
CMYK 0.140.360.00   0.06
XYZ52.148141.993687.0184
Yxy41.99360.28790.2318
Hunter Lab64.802530.2389-34.2544
CIE-Lab70.866534.9021-35.8312

#cd99ef color RGB value is (205,153,239).

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

The process color (four color CMYK) of #cd99ef color hex is 0.14, 0.36, 0.00, 0.06. Web safe color of #cd99ef is #cc99ff. Color #cd99ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011001 11101111
Octal 315 231 357
Decimal 205 153 239
Hex CD 99 EF

RGB Percentages of Color #cd99ef

%34.34
%25.63
%40.03

CMYK Percentages of Color #cd99ef

%14
%36
%0
%6

Triadic Colors of #cd99ef

#cd99ef #efcd99 #99efcd

Analogous Colors of #cd99ef

#cd99ef #ef99e6 #a299ef

Monochromatic Colors of #cd99ef

#cd99ef

Complementary Color

#cd99ef #bbef99

#cd99ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd99ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd99ef Color CSS Codes

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

#cd99ef Text Font Color

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

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


#cd99ef Background Color

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

This div background color is #cd99ef


#cd99ef Border Color

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

This div border color is #cd99ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd99ef


Comments

No comments written yet.

Please login to write comment.