Color Hex Logo

#e01ccb Color Hex

#E01CCB
(224,28,203)
0 Favorites   0 Comments

Color spaces of #e01ccb

RGB 22428203
HSL0.850.780.49
HSV306°88°88°
CMYK 0.000.880.09   0.12
XYZ41.935220.989658.3411
Yxy20.98960.34580.1731
Hunter Lab45.814483.2108-43.4311
CIE-Lab52.938183.4950-43.5844

#e01ccb color RGB value is (224,28,203).

#e01ccb hex color red value is 224, green value is 28 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e01ccb hue: 0.85 , saturation: 0.78 and the lightness value of e01ccb is 0.49.

The process color (four color CMYK) of #e01ccb color hex is 0.00, 0.88, 0.09, 0.12. Web safe color of #e01ccb is #cc33cc. Color #e01ccb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011100 11001011
Octal 340 34 313
Decimal 224 28 203
Hex E0 1C CB

RGB Percentages of Color #e01ccb

%49.23
%6.15
%44.62

CMYK Percentages of Color #e01ccb

%0
%88
%9
%12

Triadic Colors of #e01ccb

#e01ccb #cbe01c #1ccbe0

Analogous Colors of #e01ccb

#e01ccb #e01c69 #931ce0

Monochromatic Colors of #e01ccb

#e01ccb

Complementary Color

#e01ccb #1ce031

#e01ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01ccb Color CSS Codes

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

#e01ccb Text Font Color

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

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


#e01ccb Background Color

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

This div background color is #e01ccb


#e01ccb Border Color

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

This div border color is #e01ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01ccb


Comments

No comments written yet.

Please login to write comment.