Color Hex Logo

#e30fbf Color Hex

#E30FBF
(227,15,191)
0 Favorites   0 Comments

Color spaces of #e30fbf

RGB 22715191
HSL0.860.880.47
HSV310°93°89°
CMYK 0.000.930.16   0.11
XYZ41.253320.434151.0601
Yxy20.43410.36590.1812
Hunter Lab45.204183.7921-35.3279
CIE-Lab52.324584.0654-37.5823

#e30fbf color RGB value is (227,15,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001111 10111111
Octal 343 17 277
Decimal 227 15 191
Hex E3 F BF

RGB Percentages of Color #e30fbf

%52.42
%3.46
%44.11

CMYK Percentages of Color #e30fbf

%0
%93
%16
%11

Triadic Colors of #e30fbf

#e30fbf #bfe30f #0fbfe3

Analogous Colors of #e30fbf

#e30fbf #e30f55 #9d0fe3

Monochromatic Colors of #e30fbf

#e30fbf

Complementary Color

#e30fbf #0fe333

#e30fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30fbf Color CSS Codes

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

#e30fbf Text Font Color

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

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


#e30fbf Background Color

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

This div background color is #e30fbf


#e30fbf Border Color

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

This div border color is #e30fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30fbf


Comments

No comments written yet.

Please login to write comment.