Color Hex Logo

#e30dbf Color Hex

#E30DBF
(227,13,191)
0 Favorites   0 Comments

Color spaces of #e30dbf

RGB 22713191
HSL0.860.890.47
HSV310°94°89°
CMYK 0.000.940.16   0.11
XYZ41.226420.380351.0511
Yxy20.38030.36590.1809
Hunter Lab45.144584.0048-35.4461
CIE-Lab52.264584.2418-37.6766

#e30dbf color RGB value is (227,13,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001101 10111111
Octal 343 15 277
Decimal 227 13 191
Hex E3 D BF

RGB Percentages of Color #e30dbf

%52.67
%3.02
%44.32

CMYK Percentages of Color #e30dbf

%0
%94
%16
%11

Triadic Colors of #e30dbf

#e30dbf #bfe30d #0dbfe3

Analogous Colors of #e30dbf

#e30dbf #e30d54 #9c0de3

Monochromatic Colors of #e30dbf

#e30dbf

Complementary Color

#e30dbf #0de331

#e30dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30dbf Color CSS Codes

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

#e30dbf Text Font Color

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

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


#e30dbf Background Color

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

This div background color is #e30dbf


#e30dbf Border Color

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

This div border color is #e30dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30dbf


Comments

No comments written yet.

Please login to write comment.