Color Hex Logo

#ce9cea Color Hex

#CE9CEA
(206,156,234)
0 Favorites   0 Comments

Color spaces of #ce9cea

RGB 206156234
HSL0.770.650.76
HSV278°33°92°
CMYK 0.120.330.00   0.08
XYZ52.193342.839383.3598
Yxy42.83930.29260.2401
Hunter Lab65.451727.8010-29.6960
CIE-Lab71.445832.5235-32.1940

#ce9cea color RGB value is (206,156,234).

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

The process color (four color CMYK) of #ce9cea color hex is 0.12, 0.33, 0.00, 0.08. Web safe color of #ce9cea is #cc99ff. Color #ce9cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10011100 11101010
Octal 316 234 352
Decimal 206 156 234
Hex CE 9C EA

RGB Percentages of Color #ce9cea

%34.56
%26.17
%39.26

CMYK Percentages of Color #ce9cea

%12
%33
%0
%8

Triadic Colors of #ce9cea

#ce9cea #eace9c #9ceace

Analogous Colors of #ce9cea

#ce9cea #ea9cdf #a79cea

Monochromatic Colors of #ce9cea

#ce9cea

Complementary Color

#ce9cea #b8ea9c

#ce9cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce9cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce9cea Color CSS Codes

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

#ce9cea Text Font Color

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

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


#ce9cea Background Color

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

This div background color is #ce9cea


#ce9cea Border Color

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

This div border color is #ce9cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce9cea


Comments

No comments written yet.

Please login to write comment.