Color Hex Logo

#e30dcf Color Hex

#E30DCF
(227,13,207)
0 Favorites   0 Comments

Color spaces of #e30dcf

RGB 22713207
HSL0.850.890.47
HSV306°94°89°
CMYK 0.000.940.09   0.11
XYZ43.085021.123760.8379
Yxy21.12370.34460.1689
Hunter Lab45.960586.9012-46.3097
CIE-Lab53.084686.3111-45.6168

#e30dcf color RGB value is (227,13,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001101 11001111
Octal 343 15 317
Decimal 227 13 207
Hex E3 D CF

RGB Percentages of Color #e30dcf

%50.78
%2.91
%46.31

CMYK Percentages of Color #e30dcf

%0
%94
%9
%11

Triadic Colors of #e30dcf

#e30dcf #cfe30d #0dcfe3

Analogous Colors of #e30dcf

#e30dcf #e30d64 #8c0de3

Monochromatic Colors of #e30dcf

#e30dcf

Complementary Color

#e30dcf #0de321

#e30dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30dcf Color CSS Codes

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

#e30dcf Text Font Color

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

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


#e30dcf Background Color

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

This div background color is #e30dcf


#e30dcf Border Color

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

This div border color is #e30dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30dcf


Comments

No comments written yet.

Please login to write comment.