Color Hex Logo

#e304cf Color Hex

#E304CF
(227,4,207)
0 Favorites   0 Comments

Color spaces of #e304cf

RGB 2274207
HSL0.850.970.45
HSV305°98°89°
CMYK 0.000.980.09   0.11
XYZ42.984520.922760.8044
Yxy20.92270.34470.1678
Hunter Lab45.741387.6944-46.7958
CIE-Lab52.864886.9597-45.9656

#e304cf color RGB value is (227,4,207).

#e304cf hex color red value is 227, green value is 4 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e304cf hue: 0.85 , saturation: 0.97 and the lightness value of e304cf is 0.45.

The process color (four color CMYK) of #e304cf color hex is 0.00, 0.98, 0.09, 0.11. Web safe color of #e304cf is #cc00cc. Color #e304cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000100 11001111
Octal 343 4 317
Decimal 227 4 207
Hex E3 4 CF

RGB Percentages of Color #e304cf

%51.83
%0.91
%47.26

CMYK Percentages of Color #e304cf

%0
%98
%9
%11

Triadic Colors of #e304cf

#e304cf #cfe304 #04cfe3

Analogous Colors of #e304cf

#e304cf #e30460 #8804e3

Monochromatic Colors of #e304cf

#e304cf

Complementary Color

#e304cf #04e318

#e304cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e304cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e304cf Color CSS Codes

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

#e304cf Text Font Color

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

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


#e304cf Background Color

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

This div background color is #e304cf


#e304cf Border Color

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

This div border color is #e304cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,4,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e304cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e304cf;
  -webkit-box-shadow: 1px 1px 3px 2px #e304cf;
  box-shadow:         1px 1px 3px 2px #e304cf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e304cf


Comments

No comments written yet.

Please login to write comment.