Color Hex Logo

#e34bde Color Hex

#E34BDE
(227,75,222)
0 Favorites   0 Comments

Color spaces of #e34bde

RGB 22775222
HSL0.840.730.59
HSV302°67°89°
CMYK 0.000.670.02   0.11
XYZ47.379426.637071.7515
Yxy26.63700.32500.1827
Hunter Lab51.611073.5453-46.2993
CIE-Lab58.636874.7383-45.3577

#e34bde color RGB value is (227,75,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001011 11011110
Octal 343 113 336
Decimal 227 75 222
Hex E3 4B DE

RGB Percentages of Color #e34bde

%43.32
%14.31
%42.37

CMYK Percentages of Color #e34bde

%0
%67
%2
%11

Triadic Colors of #e34bde

#e34bde #dee34b #4bdee3

Analogous Colors of #e34bde

#e34bde #e34b92 #9c4be3

Monochromatic Colors of #e34bde

#e34bde

Complementary Color

#e34bde #4be350

#e34bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34bde Color CSS Codes

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

#e34bde Text Font Color

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

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


#e34bde Background Color

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

This div background color is #e34bde


#e34bde Border Color

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

This div border color is #e34bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34bde


Comments

No comments written yet.

Please login to write comment.