Color Hex Logo

#e526bf Color Hex

#E526BF
(229,38,191)
0 Favorites   0 Comments

Color spaces of #e526bf

RGB 22938191
HSL0.870.790.52
HSV312°83°90°
CMYK 0.000.830.17   0.10
XYZ42.410221.805851.2639
Yxy21.80580.36730.1888
Hunter Lab46.696780.3956-32.4012
CIE-Lab53.820381.1241-35.2097

#e526bf color RGB value is (229,38,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100110 10111111
Octal 345 46 277
Decimal 229 38 191
Hex E5 26 BF

RGB Percentages of Color #e526bf

%50.00
%8.30
%41.70

CMYK Percentages of Color #e526bf

%0
%83
%17
%10

Triadic Colors of #e526bf

#e526bf #bfe526 #26bfe5

Analogous Colors of #e526bf

#e526bf #e5265f #ac26e5

Monochromatic Colors of #e526bf

#e526bf

Complementary Color

#e526bf #26e54c

#e526bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e526bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e526bf Color CSS Codes

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

#e526bf Text Font Color

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

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


#e526bf Background Color

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

This div background color is #e526bf


#e526bf Border Color

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

This div border color is #e526bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e526bf


Comments

No comments written yet.

Please login to write comment.