Color Hex Logo

#ce8cea Color Hex

#CE8CEA
(206,140,234)
0 Favorites   0 Comments

Color spaces of #ce8cea

RGB 206140234
HSL0.780.690.73
HSV282°40°92°
CMYK 0.120.400.00   0.08
XYZ49.683037.818582.5230
Yxy37.81850.29220.2224
Hunter Lab61.496736.5902-36.5140
CIE-Lab67.886641.1922-37.7161

#ce8cea color RGB value is (206,140,234).

#ce8cea hex color red value is 206, green value is 140 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ce8cea hue: 0.78 , saturation: 0.69 and the lightness value of ce8cea is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001100 11101010
Octal 316 214 352
Decimal 206 140 234
Hex CE 8C EA

RGB Percentages of Color #ce8cea

%35.52
%24.14
%40.34

CMYK Percentages of Color #ce8cea

%12
%40
%0
%8

Triadic Colors of #ce8cea

#ce8cea #eace8c #8ceace

Analogous Colors of #ce8cea

#ce8cea #ea8cd7 #9f8cea

Monochromatic Colors of #ce8cea

#ce8cea

Complementary Color

#ce8cea #a8ea8c

#ce8cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8cea Color CSS Codes

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

#ce8cea Text Font Color

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

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


#ce8cea Background Color

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

This div background color is #ce8cea


#ce8cea Border Color

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

This div border color is #ce8cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,140,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 #ce8cea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8cea


Comments

No comments written yet.

Please login to write comment.