Color Hex Logo

#cd9fda Color Hex

#CD9FDA
(205,159,218)
0 Favorites   0 Comments

Color spaces of #cd9fda

RGB 205159218
HSL0.800.440.74
HSV287°27°85°
CMYK 0.060.270.00   0.15
XYZ50.229942.837471.9507
Yxy42.83740.30440.2596
Hunter Lab65.450322.4520-19.3634
CIE-Lab71.444527.3292-23.4364

#cd9fda color RGB value is (205,159,218).

#cd9fda hex color red value is 205, green value is 159 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cd9fda hue: 0.80 , saturation: 0.44 and the lightness value of cd9fda is 0.74.

The process color (four color CMYK) of #cd9fda color hex is 0.06, 0.27, 0.00, 0.15. Web safe color of #cd9fda is #cc99cc. Color #cd9fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10011111 11011010
Octal 315 237 332
Decimal 205 159 218
Hex CD 9F DA

RGB Percentages of Color #cd9fda

%35.22
%27.32
%37.46

CMYK Percentages of Color #cd9fda

%6
%27
%0
%15

Triadic Colors of #cd9fda

#cd9fda #dacd9f #9fdacd

Analogous Colors of #cd9fda

#cd9fda #da9fca #b09fda

Monochromatic Colors of #cd9fda

#cd9fda

Complementary Color

#cd9fda #acda9f

#cd9fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd9fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd9fda Color CSS Codes

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

#cd9fda Text Font Color

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

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


#cd9fda Background Color

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

This div background color is #cd9fda


#cd9fda Border Color

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

This div border color is #cd9fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd9fda


Comments

No comments written yet.

Please login to write comment.