Color Hex Logo

#e30dbb Color Hex

#E30DBB
(227,13,187)
0 Favorites   0 Comments

Color spaces of #e30dbb

RGB 22713187
HSL0.860.890.47
HSV311°94°89°
CMYK 0.000.940.18   0.11
XYZ40.792120.206648.7640
Yxy20.20660.37160.1841
Hunter Lab44.951883.3168-32.8520
CIE-Lab52.070083.7464-35.6561

#e30dbb color RGB value is (227,13,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001101 10111011
Octal 343 15 273
Decimal 227 13 187
Hex E3 D BB

RGB Percentages of Color #e30dbb

%53.16
%3.04
%43.79

CMYK Percentages of Color #e30dbb

%0
%94
%18
%11

Triadic Colors of #e30dbb

#e30dbb #bbe30d #0dbbe3

Analogous Colors of #e30dbb

#e30dbb #e30d50 #a00de3

Monochromatic Colors of #e30dbb

#e30dbb

Complementary Color

#e30dbb #0de335

#e30dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30dbb Color CSS Codes

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

#e30dbb Text Font Color

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

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


#e30dbb Background Color

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

This div background color is #e30dbb


#e30dbb Border Color

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

This div border color is #e30dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30dbb


Comments

No comments written yet.

Please login to write comment.