Color Hex Logo

#e34bff Color Hex

#E34BFF
(227,75,255)
0 Favorites   0 Comments

Color spaces of #e34bff

RGB 22775255
HSL0.811.000.65
HSV291°71°100°
CMYK 0.110.710.00   0.00
XYZ52.244628.583097.3712
Yxy28.58300.29320.1604
Hunter Lab53.463180.8714-70.5595
CIE-Lab60.411880.2177-60.9429

#e34bff color RGB value is (227,75,255).

#e34bff hex color red value is 227, green value is 75 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e34bff hue: 0.81 , saturation: 1.00 and the lightness value of e34bff is 0.65.

The process color (four color CMYK) of #e34bff color hex is 0.11, 0.71, 0.00, 0.00. Web safe color of #e34bff is #cc33ff. Color #e34bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001011 11111111
Octal 343 113 377
Decimal 227 75 255
Hex E3 4B FF

RGB Percentages of Color #e34bff

%40.75
%13.46
%45.78

CMYK Percentages of Color #e34bff

%11
%71
%0
%0

Triadic Colors of #e34bff

#e34bff #ffe34b #4bffe3

Analogous Colors of #e34bff

#e34bff #ff4bc1 #894bff

Monochromatic Colors of #e34bff

#e34bff

Complementary Color

#e34bff #67ff4b

#e34bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34bff Color CSS Codes

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

#e34bff Text Font Color

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

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


#e34bff Background Color

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

This div background color is #e34bff


#e34bff Border Color

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

This div border color is #e34bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34bff


Comments

No comments written yet.

Please login to write comment.