Color Hex Logo

#ce93ce Color Hex

#CE93CE
(206,147,206)
0 Favorites   0 Comments

Color spaces of #ce93ce

RGB 206147206
HSL0.830.380.69
HSV300°29°81°
CMYK 0.000.290.00   0.19
XYZ47.027938.445563.3346
Yxy38.44550.31600.2584
Hunter Lab62.004426.8774-17.1588
CIE-Lab68.347731.8983-21.5245

#ce93ce color RGB value is (206,147,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010011 11001110
Octal 316 223 316
Decimal 206 147 206
Hex CE 93 CE

RGB Percentages of Color #ce93ce

%36.85
%26.30
%36.85

CMYK Percentages of Color #ce93ce

%0
%29
%0
%19

Triadic Colors of #ce93ce

#ce93ce #cece93 #93cece

Analogous Colors of #ce93ce

#ce93ce #ce93b1 #b193ce

Monochromatic Colors of #ce93ce

#ce93ce

Complementary Color

#ce93ce #93ce93

#ce93ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce93ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce93ce Color CSS Codes

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

#ce93ce Text Font Color

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

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


#ce93ce Background Color

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

This div background color is #ce93ce


#ce93ce Border Color

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

This div border color is #ce93ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,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 #ce93ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce93ce


Comments

No comments written yet.

Please login to write comment.