Color Hex Logo

#ce96ce Color Hex

#CE96CE
(206,150,206)
0 Favorites   0 Comments

Color spaces of #ce96ce

RGB 206150206
HSL0.830.360.70
HSV300°27°81°
CMYK 0.000.270.00   0.19
XYZ47.500539.390763.4921
Yxy39.39070.31590.2619
Hunter Lab62.762025.2616-16.0463
CIE-Lab69.033330.2632-20.4806

#ce96ce color RGB value is (206,150,206).

#ce96ce hex color red value is 206, green value is 150 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ce96ce hue: 0.83 , saturation: 0.36 and the lightness value of ce96ce is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010110 11001110
Octal 316 226 316
Decimal 206 150 206
Hex CE 96 CE

RGB Percentages of Color #ce96ce

%36.65
%26.69
%36.65

CMYK Percentages of Color #ce96ce

%0
%27
%0
%19

Triadic Colors of #ce96ce

#ce96ce #cece96 #96cece

Analogous Colors of #ce96ce

#ce96ce #ce96b2 #b296ce

Monochromatic Colors of #ce96ce

#ce96ce

Complementary Color

#ce96ce #96ce96

#ce96ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce96ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce96ce Color CSS Codes

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

#ce96ce Text Font Color

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

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


#ce96ce Background Color

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

This div background color is #ce96ce


#ce96ce Border Color

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

This div border color is #ce96ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce96ce


Comments

No comments written yet.

Please login to write comment.