Color Hex Logo

#e34def Color Hex

#E34DEF
(227,77,239)
0 Favorites   0 Comments

Color spaces of #e34def

RGB 22777239
HSL0.820.840.62
HSV296°68°94°
CMYK 0.050.680.00   0.06
XYZ49.912427.870684.4103
Yxy27.87060.30770.1718
Hunter Lab52.792676.3745-57.8442
CIE-Lab59.771776.7895-53.0871

#e34def color RGB value is (227,77,239).

#e34def hex color red value is 227, green value is 77 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e34def hue: 0.82 , saturation: 0.84 and the lightness value of e34def is 0.62.

The process color (four color CMYK) of #e34def color hex is 0.05, 0.68, 0.00, 0.06. Web safe color of #e34def is #cc66ff. Color #e34def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01001101 11101111
Octal 343 115 357
Decimal 227 77 239
Hex E3 4D EF

RGB Percentages of Color #e34def

%41.80
%14.18
%44.01

CMYK Percentages of Color #e34def

%5
%68
%0
%6

Triadic Colors of #e34def

#e34def #efe34d #4defe3

Analogous Colors of #e34def

#e34def #ef4daa #924def

Monochromatic Colors of #e34def

#e34def

Complementary Color

#e34def #59ef4d

#e34def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e34def Color Preview on White Background

Lorem ipsum dolor sit amet.

#e34def Color CSS Codes

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

#e34def Text Font Color

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

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


#e34def Background Color

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

This div background color is #e34def


#e34def Border Color

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

This div border color is #e34def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e34def

Related Colors


Comments

No comments written yet.

Please login to write comment.