Color Hex Logo

#ce9cef Color Hex

#CE9CEF
(206,156,239)
0 Favorites   0 Comments

Color spaces of #ce9cef

RGB 206156239
HSL0.770.720.77
HSV276°35°94°
CMYK 0.140.350.00   0.06
XYZ52.922143.130787.1971
Yxy43.13070.28880.2354
Hunter Lab65.674028.9113-32.7492
CIE-Lab71.643633.5677-34.6183

#ce9cef color RGB value is (206,156,239).

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

The process color (four color CMYK) of #ce9cef color hex is 0.14, 0.35, 0.00, 0.06. Web safe color of #ce9cef is #cc99ff. Color #ce9cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011100 11101111
Octal 316 234 357
Decimal 206 156 239
Hex CE 9C EF

RGB Percentages of Color #ce9cef

%34.28
%25.96
%39.77

CMYK Percentages of Color #ce9cef

%14
%35
%0
%6

Triadic Colors of #ce9cef

#ce9cef #efce9c #9cefce

Analogous Colors of #ce9cef

#ce9cef #ef9ce7 #a59cef

Monochromatic Colors of #ce9cef

#ce9cef

Complementary Color

#ce9cef #bdef9c

#ce9cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9cef Color CSS Codes

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

#ce9cef Text Font Color

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

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


#ce9cef Background Color

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

This div background color is #ce9cef


#ce9cef Border Color

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

This div border color is #ce9cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9cef


Comments

No comments written yet.

Please login to write comment.