Color Hex Logo

#ce96ca Color Hex

#CE96CA
(206,150,202)
0 Favorites   0 Comments

Color spaces of #ce96ca

RGB 206150202
HSL0.850.360.70
HSV304°27°81°
CMYK 0.000.270.02   0.19
XYZ47.020639.198860.9650
Yxy39.19880.31950.2663
Hunter Lab62.608924.4915-13.9069
CIE-Lab68.895029.5186-18.4721

#ce96ca color RGB value is (206,150,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010110 11001010
Octal 316 226 312
Decimal 206 150 202
Hex CE 96 CA

RGB Percentages of Color #ce96ca

%36.92
%26.88
%36.20

CMYK Percentages of Color #ce96ca

%0
%27
%2
%19

Triadic Colors of #ce96ca

#ce96ca #cace96 #96cace

Analogous Colors of #ce96ca

#ce96ca #ce96ae #b696ce

Monochromatic Colors of #ce96ca

#ce96ca

Complementary Color

#ce96ca #96ce9a

#ce96ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce96ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce96ca Color CSS Codes

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

#ce96ca Text Font Color

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

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


#ce96ca Background Color

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

This div background color is #ce96ca


#ce96ca Border Color

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

This div border color is #ce96ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce96ca


Comments

No comments written yet.

Please login to write comment.