Color Hex Logo

#e530bd Color Hex

#E530BD
(229,48,189)
0 Favorites   0 Comments

Color spaces of #e530bd

RGB 22948189
HSL0.870.780.54
HSV313°79°90°
CMYK 0.000.790.17   0.10
XYZ42.555422.446050.2337
Yxy22.44600.36930.1948
Hunter Lab47.377277.4231-29.7007
CIE-Lab54.497178.6428-32.9936

#e530bd color RGB value is (229,48,189).

#e530bd hex color red value is 229, green value is 48 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e530bd hue: 0.87 , saturation: 0.78 and the lightness value of e530bd is 0.54.

The process color (four color CMYK) of #e530bd color hex is 0.00, 0.79, 0.17, 0.10. Web safe color of #e530bd is #cc33cc. Color #e530bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110000 10111101
Octal 345 60 275
Decimal 229 48 189
Hex E5 30 BD

RGB Percentages of Color #e530bd

%49.14
%10.30
%40.56

CMYK Percentages of Color #e530bd

%0
%79
%17
%10

Triadic Colors of #e530bd

#e530bd #bde530 #30bde5

Analogous Colors of #e530bd

#e530bd #e53062 #b330e5

Monochromatic Colors of #e530bd

#e530bd

Complementary Color

#e530bd #30e558

#e530bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e530bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e530bd Color CSS Codes

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

#e530bd Text Font Color

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

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


#e530bd Background Color

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

This div background color is #e530bd


#e530bd Border Color

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

This div border color is #e530bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e530bd


Comments

No comments written yet.

Please login to write comment.