Color Hex Logo

#ce8ae9 Color Hex

#CE8AE9
(206,138,233)
0 Favorites   0 Comments

Color spaces of #ce8ae9

RGB 206138233
HSL0.790.680.73
HSV283°41°91°
CMYK 0.120.410.00   0.09
XYZ49.250137.182081.6719
Yxy37.18200.29300.2212
Hunter Lab60.977037.4615-36.7284
CIE-Lab67.413442.0590-37.9031

#ce8ae9 color RGB value is (206,138,233).

#ce8ae9 hex color red value is 206, green value is 138 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #ce8ae9 hue: 0.79 , saturation: 0.68 and the lightness value of ce8ae9 is 0.73.

The process color (four color CMYK) of #ce8ae9 color hex is 0.12, 0.41, 0.00, 0.09. Web safe color of #ce8ae9 is #cc99ff. Color #ce8ae9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001010 11101001
Octal 316 212 351
Decimal 206 138 233
Hex CE 8A E9

RGB Percentages of Color #ce8ae9

%35.70
%23.92
%40.38

CMYK Percentages of Color #ce8ae9

%12
%41
%0
%9

Triadic Colors of #ce8ae9

#ce8ae9 #e9ce8a #8ae9ce

Analogous Colors of #ce8ae9

#ce8ae9 #e98ad5 #9f8ae9

Monochromatic Colors of #ce8ae9

#ce8ae9

Complementary Color

#ce8ae9 #a5e98a

#ce8ae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8ae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8ae9 Color CSS Codes

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

#ce8ae9 Text Font Color

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

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


#ce8ae9 Background Color

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

This div background color is #ce8ae9


#ce8ae9 Border Color

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

This div border color is #ce8ae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8ae9


Comments

No comments written yet.

Please login to write comment.