Color Hex Logo

#e507bc Color Hex

#E507BC
(229,7,188)
0 Favorites   0 Comments

Color spaces of #e507bc

RGB 2297188
HSL0.860.940.46
HSV311°97°90°
CMYK 0.000.970.18   0.10
XYZ41.466220.440849.3369
Yxy20.44080.37280.1837
Hunter Lab45.211584.5930-33.0520
CIE-Lab52.332084.6834-35.8014

#e507bc color RGB value is (229,7,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00000111 10111100
Octal 345 7 274
Decimal 229 7 188
Hex E5 7 BC

RGB Percentages of Color #e507bc

%54.01
%1.65
%44.34

CMYK Percentages of Color #e507bc

%0
%97
%18
%10

Triadic Colors of #e507bc

#e507bc #bce507 #07bce5

Analogous Colors of #e507bc

#e507bc #e5074d #9f07e5

Monochromatic Colors of #e507bc

#e507bc

Complementary Color

#e507bc #07e530

#e507bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e507bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e507bc Color CSS Codes

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

#e507bc Text Font Color

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

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


#e507bc Background Color

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

This div background color is #e507bc


#e507bc Border Color

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

This div border color is #e507bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e507bc


Comments

No comments written yet.

Please login to write comment.