Color Hex Logo

#e34dba Color Hex

#E34DBA
(227,77,186)
0 Favorites   0 Comments

Color spaces of #e34dba

RGB 22777186
HSL0.880.730.60
HSV316°66°89°
CMYK 0.000.660.18   0.11
XYZ43.195425.183849.0387
Yxy25.18380.36790.2145
Hunter Lab50.183565.8228-22.8091
CIE-Lab57.254168.6671-27.0049

#e34dba color RGB value is (227,77,186).

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

The process color (four color CMYK) of #e34dba color hex is 0.00, 0.66, 0.18, 0.11. Web safe color of #e34dba is #cc66cc. Color #e34dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001101 10111010
Octal 343 115 272
Decimal 227 77 186
Hex E3 4D BA

RGB Percentages of Color #e34dba

%46.33
%15.71
%37.96

CMYK Percentages of Color #e34dba

%0
%66
%18
%11

Triadic Colors of #e34dba

#e34dba #bae34d #4dbae3

Analogous Colors of #e34dba

#e34dba #e34d6f #c14de3

Monochromatic Colors of #e34dba

#e34dba

Complementary Color

#e34dba #4de376

#e34dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34dba Color CSS Codes

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

#e34dba Text Font Color

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

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


#e34dba Background Color

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

This div background color is #e34dba


#e34dba Border Color

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

This div border color is #e34dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34dba


Comments

No comments written yet.

Please login to write comment.