Color Hex Logo

#ce0ecc Color Hex

#CE0ECC
(206,14,204)
0 Favorites   0 Comments

Color spaces of #ce0ecc

RGB 20614204
HSL0.840.870.43
HSV301°93°81°
CMYK 0.000.930.01   0.19
XYZ36.509717.795558.6373
Yxy17.79550.32330.1576
Hunter Lab42.184780.6636-52.8846
CIE-Lab49.247182.2252-50.2226

#ce0ecc color RGB value is (206,14,204).

#ce0ecc hex color red value is 206, green value is 14 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ce0ecc hue: 0.84 , saturation: 0.87 and the lightness value of ce0ecc is 0.43.

The process color (four color CMYK) of #ce0ecc color hex is 0.00, 0.93, 0.01, 0.19. Web safe color of #ce0ecc is #cc00cc. Color #ce0ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00001110 11001100
Octal 316 16 314
Decimal 206 14 204
Hex CE E CC

RGB Percentages of Color #ce0ecc

%48.58
%3.30
%48.11

CMYK Percentages of Color #ce0ecc

%0
%93
%1
%19

Triadic Colors of #ce0ecc

#ce0ecc #ccce0e #0eccce

Analogous Colors of #ce0ecc

#ce0ecc #ce0e6c #700ece

Monochromatic Colors of #ce0ecc

#ce0ecc

Complementary Color

#ce0ecc #0ece10

#ce0ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce0ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce0ecc Color CSS Codes

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

#ce0ecc Text Font Color

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

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


#ce0ecc Background Color

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

This div background color is #ce0ecc


#ce0ecc Border Color

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

This div border color is #ce0ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce0ecc


Comments

No comments written yet.

Please login to write comment.