Color Hex Logo

#e334bf Color Hex

#E334BF
(227,52,191)
0 Favorites   0 Comments

Color spaces of #e334bf

RGB 22752191
HSL0.870.760.55
HSV312°77°89°
CMYK 0.000.770.16   0.11
XYZ42.310522.548551.4125
Yxy22.54850.36390.1939
Hunter Lab47.485375.9486-30.9539
CIE-Lab54.604277.4458-34.0084

#e334bf color RGB value is (227,52,191).

#e334bf hex color red value is 227, green value is 52 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e334bf hue: 0.87 , saturation: 0.76 and the lightness value of e334bf is 0.55.

The process color (four color CMYK) of #e334bf color hex is 0.00, 0.77, 0.16, 0.11. Web safe color of #e334bf is #cc33cc. Color #e334bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110100 10111111
Octal 343 64 277
Decimal 227 52 191
Hex E3 34 BF

RGB Percentages of Color #e334bf

%48.30
%11.06
%40.64

CMYK Percentages of Color #e334bf

%0
%77
%16
%11

Triadic Colors of #e334bf

#e334bf #bfe334 #34bfe3

Analogous Colors of #e334bf

#e334bf #e33468 #b034e3

Monochromatic Colors of #e334bf

#e334bf

Complementary Color

#e334bf #34e358

#e334bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e334bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e334bf Color CSS Codes

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

#e334bf Text Font Color

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

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


#e334bf Background Color

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

This div background color is #e334bf


#e334bf Border Color

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

This div border color is #e334bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e334bf


Comments

No comments written yet.

Please login to write comment.