Color Hex Logo

#e510bc Color Hex

#E510BC
(229,16,188)
0 Favorites   0 Comments

Color spaces of #e510bc

RGB 22916188
HSL0.870.870.48
HSV312°93°90°
CMYK 0.000.930.18   0.10
XYZ41.575520.659449.3733
Yxy20.65940.37250.1851
Hunter Lab45.452683.7319-32.5875
CIE-Lab52.574783.9700-35.4206

#e510bc color RGB value is (229,16,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010000 10111100
Octal 345 20 274
Decimal 229 16 188
Hex E5 10 BC

RGB Percentages of Color #e510bc

%52.89
%3.70
%43.42

CMYK Percentages of Color #e510bc

%0
%93
%18
%10

Triadic Colors of #e510bc

#e510bc #bce510 #10bce5

Analogous Colors of #e510bc

#e510bc #e51051 #a410e5

Monochromatic Colors of #e510bc

#e510bc

Complementary Color

#e510bc #10e539

#e510bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e510bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e510bc Color CSS Codes

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

#e510bc Text Font Color

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

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


#e510bc Background Color

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

This div background color is #e510bc


#e510bc Border Color

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

This div border color is #e510bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,16,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e510bc


Comments

No comments written yet.

Please login to write comment.