Color Hex Logo

#e03cbf Color Hex

#E03CBF
(224,60,191)
0 Favorites   0 Comments

Color spaces of #e03cbf

RGB 22460191
HSL0.870.730.56
HSV312°73°88°
CMYK 0.000.730.15   0.12
XYZ41.760322.840651.4979
Yxy22.84060.35970.1967
Hunter Lab47.791872.3368-30.4334
CIE-Lab54.907874.4752-33.5712

#e03cbf color RGB value is (224,60,191).

#e03cbf hex color red value is 224, green value is 60 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e03cbf hue: 0.87 , saturation: 0.73 and the lightness value of e03cbf is 0.56.

The process color (four color CMYK) of #e03cbf color hex is 0.00, 0.73, 0.15, 0.12. Web safe color of #e03cbf is #cc33cc. Color #e03cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111100 10111111
Octal 340 74 277
Decimal 224 60 191
Hex E0 3C BF

RGB Percentages of Color #e03cbf

%47.16
%12.63
%40.21

CMYK Percentages of Color #e03cbf

%0
%73
%15
%12

Triadic Colors of #e03cbf

#e03cbf #bfe03c #3cbfe0

Analogous Colors of #e03cbf

#e03cbf #e03c6d #af3ce0

Monochromatic Colors of #e03cbf

#e03cbf

Complementary Color

#e03cbf #3ce05d

#e03cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03cbf Color CSS Codes

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

#e03cbf Text Font Color

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

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


#e03cbf Background Color

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

This div background color is #e03cbf


#e03cbf Border Color

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

This div border color is #e03cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03cbf


Comments

No comments written yet.

Please login to write comment.