Color Hex Logo

#e304cd Color Hex

#E304CD
(227,4,205)
0 Favorites   0 Comments

Color spaces of #e304cd

RGB 2274205
HSL0.850.970.45
HSV306°98°89°
CMYK 0.000.980.10   0.11
XYZ42.741420.825559.5246
Yxy20.82550.34720.1692
Hunter Lab45.635087.3207-45.3913
CIE-Lab52.758086.6952-44.9860

#e304cd color RGB value is (227,4,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000100 11001101
Octal 343 4 315
Decimal 227 4 205
Hex E3 4 CD

RGB Percentages of Color #e304cd

%52.06
%0.92
%47.02

CMYK Percentages of Color #e304cd

%0
%98
%10
%11

Triadic Colors of #e304cd

#e304cd #cde304 #04cde3

Analogous Colors of #e304cd

#e304cd #e3045e #8a04e3

Monochromatic Colors of #e304cd

#e304cd

Complementary Color

#e304cd #04e31a

#e304cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e304cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e304cd Color CSS Codes

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

#e304cd Text Font Color

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

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


#e304cd Background Color

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

This div background color is #e304cd


#e304cd Border Color

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

This div border color is #e304cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e304cd


Comments

No comments written yet.

Please login to write comment.