Color Hex Logo

#ce93cd Color Hex

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

Color spaces of #ce93cd

RGB 206147205
HSL0.840.380.69
HSV301°29°81°
CMYK 0.000.290.00   0.19
XYZ46.906838.397062.6967
Yxy38.39700.31690.2594
Hunter Lab61.965326.6825-16.6141
CIE-Lab68.312231.7115-21.0232

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

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

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

Base Numbers

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

RGB Percentages of Color #ce93cd

%36.92
%26.34
%36.74

CMYK Percentages of Color #ce93cd

%0
%29
%0
%19

Triadic Colors of #ce93cd

#ce93cd #cdce93 #93cdce

Analogous Colors of #ce93cd

#ce93cd #ce93b0 #b293ce

Monochromatic Colors of #ce93cd

#ce93cd

Complementary Color

#ce93cd #93ce94

#ce93cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce93cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce93cd Color CSS Codes

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

#ce93cd Text Font Color

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

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


#ce93cd Background Color

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

This div background color is #ce93cd


#ce93cd Border Color

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

This div border color is #ce93cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce93cd


Comments

No comments written yet.

Please login to write comment.