Color Hex Logo

#ce96ee Color Hex

#CE96EE
(206,150,238)
0 Favorites   0 Comments

Color spaces of #ce96ee

RGB 206150238
HSL0.770.720.76
HSV278°37°93°
CMYK 0.130.370.00   0.07
XYZ51.792641.107686.0937
Yxy41.10760.28940.2297
Hunter Lab64.115231.9916-34.7338
CIE-Lab70.251236.6218-36.2322

#ce96ee color RGB value is (206,150,238).

#ce96ee hex color red value is 206, green value is 150 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ce96ee hue: 0.77 , saturation: 0.72 and the lightness value of ce96ee is 0.76.

The process color (four color CMYK) of #ce96ee color hex is 0.13, 0.37, 0.00, 0.07. Web safe color of #ce96ee is #cc99ff. Color #ce96ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10010110 11101110
Octal 316 226 356
Decimal 206 150 238
Hex CE 96 EE

RGB Percentages of Color #ce96ee

%34.68
%25.25
%40.07

CMYK Percentages of Color #ce96ee

%13
%37
%0
%7

Triadic Colors of #ce96ee

#ce96ee #eece96 #96eece

Analogous Colors of #ce96ee

#ce96ee #ee96e2 #a296ee

Monochromatic Colors of #ce96ee

#ce96ee

Complementary Color

#ce96ee #b6ee96

#ce96ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce96ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce96ee Color CSS Codes

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

#ce96ee Text Font Color

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

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


#ce96ee Background Color

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

This div background color is #ce96ee


#ce96ee Border Color

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

This div border color is #ce96ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce96ee


Comments

No comments written yet.

Please login to write comment.