Color Hex Logo

#e04bcc Color Hex

#E04BCC
(224,75,204)
0 Favorites   0 Comments

Color spaces of #e04bcc

RGB 22475204
HSL0.860.710.59
HSV308°67°88°
CMYK 0.000.670.09   0.12
XYZ44.155625.239159.6711
Yxy25.23910.34210.1956
Hunter Lab50.238568.9696-35.2551
CIE-Lab57.307671.2637-37.2758

#e04bcc color RGB value is (224,75,204).

#e04bcc hex color red value is 224, green value is 75 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e04bcc hue: 0.86 , saturation: 0.71 and the lightness value of e04bcc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001011 11001100
Octal 340 113 314
Decimal 224 75 204
Hex E0 4B CC

RGB Percentages of Color #e04bcc

%44.53
%14.91
%40.56

CMYK Percentages of Color #e04bcc

%0
%67
%9
%12

Triadic Colors of #e04bcc

#e04bcc #cce04b #4bcce0

Analogous Colors of #e04bcc

#e04bcc #e04b82 #aa4be0

Monochromatic Colors of #e04bcc

#e04bcc

Complementary Color

#e04bcc #4be05f

#e04bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04bcc Color CSS Codes

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

#e04bcc Text Font Color

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

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


#e04bcc Background Color

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

This div background color is #e04bcc


#e04bcc Border Color

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

This div border color is #e04bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04bcc


Comments

No comments written yet.

Please login to write comment.