Color Hex Logo

#cd99df Color Hex

#CD99DF
(205,153,223)
0 Favorites   0 Comments

Color spaces of #cd99df

RGB 205153223
HSL0.790.520.74
HSV285°31°87°
CMYK 0.080.310.00   0.13
XYZ49.887441.089375.1137
Yxy41.08930.30040.2474
Hunter Lab64.100926.7433-24.6056
CIE-Lab70.238431.6067-28.0319

#cd99df color RGB value is (205,153,223).

#cd99df hex color red value is 205, green value is 153 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #cd99df hue: 0.79 , saturation: 0.52 and the lightness value of cd99df is 0.74.

The process color (four color CMYK) of #cd99df color hex is 0.08, 0.31, 0.00, 0.13. Web safe color of #cd99df is #cc99cc. Color #cd99df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011001 11011111
Octal 315 231 337
Decimal 205 153 223
Hex CD 99 DF

RGB Percentages of Color #cd99df

%35.28
%26.33
%38.38

CMYK Percentages of Color #cd99df

%8
%31
%0
%13

Triadic Colors of #cd99df

#cd99df #dfcd99 #99dfcd

Analogous Colors of #cd99df

#cd99df #df99ce #aa99df

Monochromatic Colors of #cd99df

#cd99df

Complementary Color

#cd99df #abdf99

#cd99df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd99df Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd99df Color CSS Codes

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

#cd99df Text Font Color

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

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


#cd99df Background Color

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

This div background color is #cd99df


#cd99df Border Color

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

This div border color is #cd99df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd99df


Comments

No comments written yet.

Please login to write comment.