Color Hex Logo

#e34beb Color Hex

#E34BEB
(227,75,235)
0 Favorites   0 Comments

Color spaces of #e34beb

RGB 22775235
HSL0.830.800.61
HSV297°68°92°
CMYK 0.030.680.00   0.08
XYZ49.190027.361281.2859
Yxy27.36120.31170.1734
Hunter Lab52.307976.3212-55.5204
CIE-Lab59.307276.8359-51.5925

#e34beb color RGB value is (227,75,235).

#e34beb hex color red value is 227, green value is 75 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e34beb hue: 0.83 , saturation: 0.80 and the lightness value of e34beb is 0.61.

The process color (four color CMYK) of #e34beb color hex is 0.03, 0.68, 0.00, 0.08. Web safe color of #e34beb is #cc33ff. Color #e34beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001011 11101011
Octal 343 113 353
Decimal 227 75 235
Hex E3 4B EB

RGB Percentages of Color #e34beb

%42.27
%13.97
%43.76

CMYK Percentages of Color #e34beb

%3
%68
%0
%8

Triadic Colors of #e34beb

#e34beb #ebe34b #4bebe3

Analogous Colors of #e34beb

#e34beb #eb4ba3 #934beb

Monochromatic Colors of #e34beb

#e34beb

Complementary Color

#e34beb #53eb4b

#e34beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34beb Color CSS Codes

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

#e34beb Text Font Color

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

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


#e34beb Background Color

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

This div background color is #e34beb


#e34beb Border Color

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

This div border color is #e34beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34beb


Comments

No comments written yet.

Please login to write comment.