Color Hex Logo

#cd93bf Color Hex

#CD93BF
(205,147,191)
0 Favorites   0 Comments

Color spaces of #cd93bf

RGB 205147191
HSL0.870.370.69
HSV314°28°80°
CMYK 0.000.280.07   0.20
XYZ45.014537.608254.1768
Yxy37.60820.32910.2749
Hunter Lab61.325523.7039-9.4507
CIE-Lab67.730928.8309-14.1189

#cd93bf color RGB value is (205,147,191).

#cd93bf hex color red value is 205, green value is 147 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #cd93bf hue: 0.87 , saturation: 0.37 and the lightness value of cd93bf is 0.69.

The process color (four color CMYK) of #cd93bf color hex is 0.00, 0.28, 0.07, 0.20. Web safe color of #cd93bf is #cc99cc. Color #cd93bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010011 10111111
Octal 315 223 277
Decimal 205 147 191
Hex CD 93 BF

RGB Percentages of Color #cd93bf

%37.75
%27.07
%35.17

CMYK Percentages of Color #cd93bf

%0
%28
%7
%20

Triadic Colors of #cd93bf

#cd93bf #bfcd93 #93bfcd

Analogous Colors of #cd93bf

#cd93bf #cd93a2 #be93cd

Monochromatic Colors of #cd93bf

#cd93bf

Complementary Color

#cd93bf #93cda1

#cd93bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd93bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd93bf Color CSS Codes

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

#cd93bf Text Font Color

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

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


#cd93bf Background Color

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

This div background color is #cd93bf


#cd93bf Border Color

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

This div border color is #cd93bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd93bf


Comments

No comments written yet.

Please login to write comment.