Color Hex Logo

#e510bf Color Hex

#E510BF
(229,16,191)
0 Favorites   0 Comments

Color spaces of #e510bf

RGB 22916191
HSL0.860.870.48
HSV311°93°90°
CMYK 0.000.930.17   0.10
XYZ41.902420.790251.0946
Yxy20.79020.36830.1827
Hunter Lab45.596384.2458-34.5222
CIE-Lab52.719184.3397-36.9369

#e510bf color RGB value is (229,16,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010000 10111111
Octal 345 20 277
Decimal 229 16 191
Hex E5 10 BF

RGB Percentages of Color #e510bf

%52.52
%3.67
%43.81

CMYK Percentages of Color #e510bf

%0
%93
%17
%10

Triadic Colors of #e510bf

#e510bf #bfe510 #10bfe5

Analogous Colors of #e510bf

#e510bf #e51054 #a110e5

Monochromatic Colors of #e510bf

#e510bf

Complementary Color

#e510bf #10e536

#e510bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e510bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e510bf Color CSS Codes

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

#e510bf Text Font Color

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

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


#e510bf Background Color

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

This div background color is #e510bf


#e510bf Border Color

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

This div border color is #e510bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e510bf


Comments

No comments written yet.

Please login to write comment.