Color Hex Logo

#e34bbd Color Hex

#E34BBD
(227,75,189)
0 Favorites   0 Comments

Color spaces of #e34bbd

RGB 22775189
HSL0.880.730.59
HSV315°67°89°
CMYK 0.000.670.17   0.11
XYZ43.379925.037250.6904
Yxy25.03720.36420.2102
Hunter Lab50.037267.1861-25.0380
CIE-Lab57.111669.8275-28.9526

#e34bbd color RGB value is (227,75,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001011 10111101
Octal 343 113 275
Decimal 227 75 189
Hex E3 4B BD

RGB Percentages of Color #e34bbd

%46.23
%15.27
%38.49

CMYK Percentages of Color #e34bbd

%0
%67
%17
%11

Triadic Colors of #e34bbd

#e34bbd #bde34b #4bbde3

Analogous Colors of #e34bbd

#e34bbd #e34b71 #bd4be3

Monochromatic Colors of #e34bbd

#e34bbd

Complementary Color

#e34bbd #4be371

#e34bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34bbd Color CSS Codes

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

#e34bbd Text Font Color

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

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


#e34bbd Background Color

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

This div background color is #e34bbd


#e34bbd Border Color

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

This div border color is #e34bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34bbd


Comments

No comments written yet.

Please login to write comment.