Color Hex Logo

#e523df Color Hex

#E523DF
(229,35,223)
0 Favorites   0 Comments

Color spaces of #e523df

RGB 22935223
HSL0.840.790.52
HSV302°85°90°
CMYK 0.000.850.03   0.10
XYZ46.233423.187871.8510
Yxy23.18780.32730.1641
Hunter Lab48.153787.1126-54.7601
CIE-Lab55.265386.0484-51.2511

#e523df color RGB value is (229,35,223).

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

The process color (four color CMYK) of #e523df color hex is 0.00, 0.85, 0.03, 0.10. Web safe color of #e523df is #cc33cc. Color #e523df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100011 11011111
Octal 345 43 337
Decimal 229 35 223
Hex E5 23 DF

RGB Percentages of Color #e523df

%47.02
%7.19
%45.79

CMYK Percentages of Color #e523df

%0
%85
%3
%10

Triadic Colors of #e523df

#e523df #dfe523 #23dfe5

Analogous Colors of #e523df

#e523df #e5237e #8a23e5

Monochromatic Colors of #e523df

#e523df

Complementary Color

#e523df #23e529

#e523df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e523df Color Preview on White Background

Lorem ipsum dolor sit amet.

#e523df Color CSS Codes

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

#e523df Text Font Color

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

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


#e523df Background Color

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

This div background color is #e523df


#e523df Border Color

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

This div border color is #e523df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e523df


Comments

No comments written yet.

Please login to write comment.