Color Hex Logo

#e30fdc Color Hex

#E30FDC
(227,15,220)
0 Favorites   0 Comments

Color spaces of #e30fdc

RGB 22715220
HSL0.840.880.47
HSV302°93°89°
CMYK 0.000.930.03   0.11
XYZ44.767621.839869.5661
Yxy21.83980.32880.1604
Hunter Lab46.733189.2099-55.5450
CIE-Lab53.856687.9198-51.8142

#e30fdc color RGB value is (227,15,220).

#e30fdc hex color red value is 227, green value is 15 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e30fdc hue: 0.84 , saturation: 0.88 and the lightness value of e30fdc is 0.47.

The process color (four color CMYK) of #e30fdc color hex is 0.00, 0.93, 0.03, 0.11. Web safe color of #e30fdc is #cc00cc. Color #e30fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001111 11011100
Octal 343 17 334
Decimal 227 15 220
Hex E3 F DC

RGB Percentages of Color #e30fdc

%49.13
%3.25
%47.62

CMYK Percentages of Color #e30fdc

%0
%93
%3
%11

Triadic Colors of #e30fdc

#e30fdc #dce30f #0fdce3

Analogous Colors of #e30fdc

#e30fdc #e30f72 #800fe3

Monochromatic Colors of #e30fdc

#e30fdc

Complementary Color

#e30fdc #0fe316

#e30fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30fdc Color CSS Codes

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

#e30fdc Text Font Color

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

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


#e30fdc Background Color

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

This div background color is #e30fdc


#e30fdc Border Color

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

This div border color is #e30fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30fdc


Comments

No comments written yet.

Please login to write comment.