Color Hex Logo

#e34abc Color Hex

#E34ABC
(227,74,188)
0 Favorites   0 Comments

Color spaces of #e34abc

RGB 22774188
HSL0.880.730.59
HSV315°67°89°
CMYK 0.000.670.17   0.11
XYZ43.204424.859350.0981
Yxy24.85930.36560.2104
Hunter Lab49.859167.4222-24.6728
CIE-Lab56.938170.0558-28.6458

#e34abc color RGB value is (227,74,188).

#e34abc hex color red value is 227, green value is 74 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e34abc hue: 0.88 , saturation: 0.73 and the lightness value of e34abc is 0.59.

The process color (four color CMYK) of #e34abc color hex is 0.00, 0.67, 0.17, 0.11. Web safe color of #e34abc is #cc33cc. Color #e34abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001010 10111100
Octal 343 112 274
Decimal 227 74 188
Hex E3 4A BC

RGB Percentages of Color #e34abc

%46.42
%15.13
%38.45

CMYK Percentages of Color #e34abc

%0
%67
%17
%11

Triadic Colors of #e34abc

#e34abc #bce34a #4abce3

Analogous Colors of #e34abc

#e34abc #e34a70 #be4ae3

Monochromatic Colors of #e34abc

#e34abc

Complementary Color

#e34abc #4ae371

#e34abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34abc Color CSS Codes

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

#e34abc Text Font Color

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

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


#e34abc Background Color

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

This div background color is #e34abc


#e34abc Border Color

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

This div border color is #e34abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34abc


Comments

No comments written yet.

Please login to write comment.