Color Hex Logo

#ce9aec Color Hex

#CE9AEC
(206,154,236)
0 Favorites   0 Comments

Color spaces of #ce9aec

RGB 206154236
HSL0.770.680.76
HSV278°35°93°
CMYK 0.130.350.00   0.07
XYZ52.149542.289184.7709
Yxy42.28910.29100.2360
Hunter Lab65.030129.3417-31.7673
CIE-Lab71.069834.0295-33.8688

#ce9aec color RGB value is (206,154,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011010 11101100
Octal 316 232 354
Decimal 206 154 236
Hex CE 9A EC

RGB Percentages of Color #ce9aec

%34.56
%25.84
%39.60

CMYK Percentages of Color #ce9aec

%13
%35
%0
%7

Triadic Colors of #ce9aec

#ce9aec #ecce9a #9aecce

Analogous Colors of #ce9aec

#ce9aec #ec9ae1 #a59aec

Monochromatic Colors of #ce9aec

#ce9aec

Complementary Color

#ce9aec #b8ec9a

#ce9aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9aec Color CSS Codes

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

#ce9aec Text Font Color

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

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


#ce9aec Background Color

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

This div background color is #ce9aec


#ce9aec Border Color

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

This div border color is #ce9aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9aec


Comments

No comments written yet.

Please login to write comment.