Color Hex Logo

#e505bf Color Hex

#E505BF
(229,5,191)
0 Favorites   0 Comments

Color spaces of #e505bf

RGB 2295191
HSL0.860.960.46
HSV310°98°90°
CMYK 0.000.980.17   0.10
XYZ41.771320.528151.0509
Yxy20.52810.36850.1811
Hunter Lab45.307985.2777-35.0897
CIE-Lab52.429185.1924-37.3926

#e505bf color RGB value is (229,5,191).

#e505bf hex color red value is 229, green value is 5 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e505bf hue: 0.86 , saturation: 0.96 and the lightness value of e505bf is 0.46.

The process color (four color CMYK) of #e505bf color hex is 0.00, 0.98, 0.17, 0.10. Web safe color of #e505bf is #cc00cc. Color #e505bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000101 10111111
Octal 345 5 277
Decimal 229 5 191
Hex E5 5 BF

RGB Percentages of Color #e505bf

%53.88
%1.18
%44.94

CMYK Percentages of Color #e505bf

%0
%98
%17
%10

Triadic Colors of #e505bf

#e505bf #bfe505 #05bfe5

Analogous Colors of #e505bf

#e505bf #e5054f #9b05e5

Monochromatic Colors of #e505bf

#e505bf

Complementary Color

#e505bf #05e52b

#e505bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e505bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e505bf Color CSS Codes

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

#e505bf Text Font Color

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

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


#e505bf Background Color

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

This div background color is #e505bf


#e505bf Border Color

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

This div border color is #e505bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,5,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 #e505bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e505bf


Comments

No comments written yet.

Please login to write comment.