Color Hex Logo

#e03bcc Color Hex

#E03BCC
(224,59,204)
0 Favorites   0 Comments

Color spaces of #e03bcc

RGB 22459204
HSL0.850.730.55
HSV307°74°88°
CMYK 0.000.740.09   0.12
XYZ43.203523.334959.3537
Yxy23.33490.34320.1854
Hunter Lab48.306275.1087-39.0351
CIE-Lab55.415676.6154-40.2472

#e03bcc color RGB value is (224,59,204).

#e03bcc hex color red value is 224, green value is 59 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e03bcc hue: 0.85 , saturation: 0.73 and the lightness value of e03bcc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111011 11001100
Octal 340 73 314
Decimal 224 59 204
Hex E0 3B CC

RGB Percentages of Color #e03bcc

%46.00
%12.11
%41.89

CMYK Percentages of Color #e03bcc

%0
%74
%9
%12

Triadic Colors of #e03bcc

#e03bcc #cce03b #3bcce0

Analogous Colors of #e03bcc

#e03bcc #e03b7a #a23be0

Monochromatic Colors of #e03bcc

#e03bcc

Complementary Color

#e03bcc #3be04f

#e03bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03bcc Color CSS Codes

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

#e03bcc Text Font Color

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

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


#e03bcc Background Color

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

This div background color is #e03bcc


#e03bcc Border Color

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

This div border color is #e03bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03bcc


Comments

No comments written yet.

Please login to write comment.