Color Hex Logo

#e530bf Color Hex

#E530BF
(229,48,191)
0 Favorites   0 Comments

Color spaces of #e530bf

RGB 22948191
HSL0.870.780.54
HSV313°79°90°
CMYK 0.000.790.17   0.10
XYZ42.774022.533551.3852
Yxy22.53350.36660.1931
Hunter Lab47.469577.7720-30.9522
CIE-Lab54.588578.9023-34.0078

#e530bf color RGB value is (229,48,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110000 10111111
Octal 345 60 277
Decimal 229 48 191
Hex E5 30 BF

RGB Percentages of Color #e530bf

%48.93
%10.26
%40.81

CMYK Percentages of Color #e530bf

%0
%79
%17
%10

Triadic Colors of #e530bf

#e530bf #bfe530 #30bfe5

Analogous Colors of #e530bf

#e530bf #e53065 #b130e5

Monochromatic Colors of #e530bf

#e530bf

Complementary Color

#e530bf #30e556

#e530bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e530bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e530bf Color CSS Codes

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

#e530bf Text Font Color

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

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


#e530bf Background Color

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

This div background color is #e530bf


#e530bf Border Color

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

This div border color is #e530bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e530bf


Comments

No comments written yet.

Please login to write comment.