Color Hex Logo

#e34486 Color Hex

#E34486
(227,68,134)
0 Favorites   0 Comments

Color spaces of #e34486

RGB 22768134
HSL0.930.740.58
HSV335°70°89°
CMYK 0.000.700.41   0.11
XYZ38.048822.186424.8313
Yxy22.18640.44730.2608
Hunter Lab47.102461.76091.7154
CIE-Lab54.224265.8094-1.1159

#e34486 color RGB value is (227,68,134).

#e34486 hex color red value is 227, green value is 68 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #e34486 hue: 0.93 , saturation: 0.74 and the lightness value of e34486 is 0.58.

The process color (four color CMYK) of #e34486 color hex is 0.00, 0.70, 0.41, 0.11. Web safe color of #e34486 is #cc3399. Color #e34486 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000100 10000110
Octal 343 104 206
Decimal 227 68 134
Hex E3 44 86

RGB Percentages of Color #e34486

%52.91
%15.85
%31.24

CMYK Percentages of Color #e34486

%0
%70
%41
%11

Triadic Colors of #e34486

#e34486 #86e344 #4486e3

Analogous Colors of #e34486

#e34486 #e35144 #e344d6

Monochromatic Colors of #e34486

#e34486

Complementary Color

#e34486 #44e3a1

#e34486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34486 Color CSS Codes

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

#e34486 Text Font Color

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

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


#e34486 Background Color

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

This div background color is #e34486


#e34486 Border Color

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

This div border color is #e34486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34486


Comments

No comments written yet.

Please login to write comment.