Color Hex Logo

#e507bf Color Hex

#E507BF
(229,7,191)
0 Favorites   0 Comments

Color spaces of #e507bf

RGB 2297191
HSL0.860.940.46
HSV310°97°90°
CMYK 0.000.970.17   0.10
XYZ41.793020.571651.0582
Yxy20.57160.36850.1814
Hunter Lab45.355985.1051-34.9950
CIE-Lab52.477485.0501-37.3167

#e507bf color RGB value is (229,7,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000111 10111111
Octal 345 7 277
Decimal 229 7 191
Hex E5 7 BF

RGB Percentages of Color #e507bf

%53.63
%1.64
%44.73

CMYK Percentages of Color #e507bf

%0
%97
%17
%10

Triadic Colors of #e507bf

#e507bf #bfe507 #07bfe5

Analogous Colors of #e507bf

#e507bf #e50750 #9c07e5

Monochromatic Colors of #e507bf

#e507bf

Complementary Color

#e507bf #07e52d

#e507bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e507bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e507bf Color CSS Codes

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

#e507bf Text Font Color

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

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


#e507bf Background Color

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

This div background color is #e507bf


#e507bf Border Color

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

This div border color is #e507bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e507bf


Comments

No comments written yet.

Please login to write comment.