Color Hex Logo

#cd93ce Color Hex

#CD93CE
(205,147,206)
0 Favorites   0 Comments

Color spaces of #cd93ce

RGB 205147206
HSL0.830.380.69
HSV299°29°81°
CMYK 0.000.290.00   0.19
XYZ46.751138.302863.3216
Yxy38.30280.31510.2581
Hunter Lab61.889326.5326-17.3397
CIE-Lab68.243231.5713-21.6932

#cd93ce color RGB value is (205,147,206).

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

The process color (four color CMYK) of #cd93ce color hex is 0.00, 0.29, 0.00, 0.19. Web safe color of #cd93ce is #cc99cc. Color #cd93ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10010011 11001110
Octal 315 223 316
Decimal 205 147 206
Hex CD 93 CE

RGB Percentages of Color #cd93ce

%36.74
%26.34
%36.92

CMYK Percentages of Color #cd93ce

%0
%29
%0
%19

Triadic Colors of #cd93ce

#cd93ce #cecd93 #93cecd

Analogous Colors of #cd93ce

#cd93ce #ce93b2 #b093ce

Monochromatic Colors of #cd93ce

#cd93ce

Complementary Color

#cd93ce #94ce93

#cd93ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd93ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd93ce Color CSS Codes

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

#cd93ce Text Font Color

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

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


#cd93ce Background Color

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

This div background color is #cd93ce


#cd93ce Border Color

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

This div border color is #cd93ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd93ce


Comments

No comments written yet.

Please login to write comment.