Color Hex Logo

#e253d1 Color Hex

#E253D1
(226,83,209)
0 Favorites   0 Comments

Color spaces of #e253d1

RGB 22683209
HSL0.850.710.61
HSV307°63°89°
CMYK 0.000.630.08   0.11
XYZ45.965926.958763.1025
Yxy26.95870.33790.1982
Hunter Lab51.921867.1614-35.7122
CIE-Lab58.936169.4660-37.5472

#e253d1 color RGB value is (226,83,209).

#e253d1 hex color red value is 226, green value is 83 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #e253d1 hue: 0.85 , saturation: 0.71 and the lightness value of e253d1 is 0.61.

The process color (four color CMYK) of #e253d1 color hex is 0.00, 0.63, 0.08, 0.11. Web safe color of #e253d1 is #cc66cc. Color #e253d1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010011 11010001
Octal 342 123 321
Decimal 226 83 209
Hex E2 53 D1

RGB Percentages of Color #e253d1

%43.63
%16.02
%40.35

CMYK Percentages of Color #e253d1

%0
%63
%8
%11

Triadic Colors of #e253d1

#e253d1 #d1e253 #53d1e2

Analogous Colors of #e253d1

#e253d1 #e2538a #ac53e2

Monochromatic Colors of #e253d1

#e253d1

Complementary Color

#e253d1 #53e264

#e253d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e253d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e253d1 Color CSS Codes

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

#e253d1 Text Font Color

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

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


#e253d1 Background Color

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

This div background color is #e253d1


#e253d1 Border Color

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

This div border color is #e253d1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,83,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e253d1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e253d1;
  -webkit-box-shadow: 1px 1px 3px 2px #e253d1;
  box-shadow:         1px 1px 3px 2px #e253d1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,83,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e253d1


Comments

No comments written yet.

Please login to write comment.