Color Hex Logo

#e00cdb Color Hex

#E00CDB
(224,12,219)
0 Favorites   0 Comments

Color spaces of #e00cdb

RGB 22412219
HSL0.840.900.46
HSV301°95°88°
CMYK 0.000.950.02   0.12
XYZ43.658121.224768.8136
Yxy21.22470.32650.1588
Hunter Lab46.070388.5310-56.3103
CIE-Lab53.194587.5328-52.3323

#e00cdb color RGB value is (224,12,219).

#e00cdb hex color red value is 224, green value is 12 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e00cdb hue: 0.84 , saturation: 0.90 and the lightness value of e00cdb is 0.46.

The process color (four color CMYK) of #e00cdb color hex is 0.00, 0.95, 0.02, 0.12. Web safe color of #e00cdb is #cc00cc. Color #e00cdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001100 11011011
Octal 340 14 333
Decimal 224 12 219
Hex E0 C DB

RGB Percentages of Color #e00cdb

%49.23
%2.64
%48.13

CMYK Percentages of Color #e00cdb

%0
%95
%2
%12

Triadic Colors of #e00cdb

#e00cdb #dbe00c #0cdbe0

Analogous Colors of #e00cdb

#e00cdb #e00c71 #7b0ce0

Monochromatic Colors of #e00cdb

#e00cdb

Complementary Color

#e00cdb #0ce011

#e00cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00cdb Color CSS Codes

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

#e00cdb Text Font Color

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

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


#e00cdb Background Color

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

This div background color is #e00cdb


#e00cdb Border Color

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

This div border color is #e00cdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,12,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e00cdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e00cdb;
  -webkit-box-shadow: 1px 1px 3px 2px #e00cdb;
  box-shadow:         1px 1px 3px 2px #e00cdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,12,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00cdb


Comments

No comments written yet.

Please login to write comment.