Color Hex Logo

#ce8ade Color Hex

#CE8ADE
(206,138,222)
0 Favorites   0 Comments

Color spaces of #ce8ade

RGB 206138222
HSL0.800.560.71
HSV289°38°87°
CMYK 0.070.380.00   0.13
XYZ47.726936.572773.6510
Yxy36.57270.30220.2315
Hunter Lab60.475435.0395-29.8746
CIE-Lab66.955239.8501-32.5381

#ce8ade color RGB value is (206,138,222).

#ce8ade hex color red value is 206, green value is 138 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ce8ade hue: 0.80 , saturation: 0.56 and the lightness value of ce8ade is 0.71.

The process color (four color CMYK) of #ce8ade color hex is 0.07, 0.38, 0.00, 0.13. Web safe color of #ce8ade is #cc99cc. Color #ce8ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10001010 11011110
Octal 316 212 336
Decimal 206 138 222
Hex CE 8A DE

RGB Percentages of Color #ce8ade

%36.40
%24.38
%39.22

CMYK Percentages of Color #ce8ade

%7
%38
%0
%13

Triadic Colors of #ce8ade

#ce8ade #dece8a #8adece

Analogous Colors of #ce8ade

#ce8ade #de8ac4 #a48ade

Monochromatic Colors of #ce8ade

#ce8ade

Complementary Color

#ce8ade #9ade8a

#ce8ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce8ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce8ade Color CSS Codes

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

#ce8ade Text Font Color

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

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


#ce8ade Background Color

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

This div background color is #ce8ade


#ce8ade Border Color

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

This div border color is #ce8ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce8ade


Comments

No comments written yet.

Please login to write comment.