Color Hex Logo

#ce0ade Color Hex

#CE0ADE
(206,10,222)
0 Favorites   0 Comments

Color spaces of #ce0ade

RGB 20610222
HSL0.820.910.45
HSV295°95°87°
CMYK 0.070.950.00   0.13
XYZ38.747018.612870.6577
Yxy18.61280.30270.1454
Hunter Lab43.142684.8142-66.9038
CIE-Lab50.231185.2616-58.9614

#ce0ade color RGB value is (206,10,222).

#ce0ade hex color red value is 206, green value is 10 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ce0ade hue: 0.82 , saturation: 0.91 and the lightness value of ce0ade is 0.45.

The process color (four color CMYK) of #ce0ade color hex is 0.07, 0.95, 0.00, 0.13. Web safe color of #ce0ade is #cc00cc. Color #ce0ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001010 11011110
Octal 316 12 336
Decimal 206 10 222
Hex CE A DE

RGB Percentages of Color #ce0ade

%47.03
%2.28
%50.68

CMYK Percentages of Color #ce0ade

%7
%95
%0
%13

Triadic Colors of #ce0ade

#ce0ade #dece0a #0adece

Analogous Colors of #ce0ade

#ce0ade #de0a84 #640ade

Monochromatic Colors of #ce0ade

#ce0ade

Complementary Color

#ce0ade #1ade0a

#ce0ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0ade Color CSS Codes

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

#ce0ade Text Font Color

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

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


#ce0ade Background Color

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

This div background color is #ce0ade


#ce0ade Border Color

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

This div border color is #ce0ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0ade


Comments

No comments written yet.

Please login to write comment.