Color Hex Logo

#e34bfd Color Hex

#E34BFD
(227,75,253)
0 Favorites   0 Comments

Color spaces of #e34bfd

RGB 22775253
HSL0.810.980.64
HSV291°70°99°
CMYK 0.100.700.00   0.01
XYZ51.924328.454995.6841
Yxy28.45490.29490.1616
Hunter Lab53.343180.4017-69.0111
CIE-Lab60.297579.8717-60.0207

#e34bfd color RGB value is (227,75,253).

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

The process color (four color CMYK) of #e34bfd color hex is 0.10, 0.70, 0.00, 0.01. Web safe color of #e34bfd is #cc33ff. Color #e34bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001011 11111101
Octal 343 113 375
Decimal 227 75 253
Hex E3 4B FD

RGB Percentages of Color #e34bfd

%40.90
%13.51
%45.59

CMYK Percentages of Color #e34bfd

%10
%70
%0
%1

Triadic Colors of #e34bfd

#e34bfd #fde34b #4bfde3

Analogous Colors of #e34bfd

#e34bfd #fd4bbe #8a4bfd

Monochromatic Colors of #e34bfd

#e34bfd

Complementary Color

#e34bfd #65fd4b

#e34bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34bfd Color CSS Codes

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

#e34bfd Text Font Color

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

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


#e34bfd Background Color

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

This div background color is #e34bfd


#e34bfd Border Color

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

This div border color is #e34bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34bfd


Comments

No comments written yet.

Please login to write comment.