Color Hex Logo

#e28fd5 Color Hex

#E28FD5
(226,143,213)
0 Favorites   0 Comments

Color spaces of #e28fd5

RGB 226143213
HSL0.860.590.72
HSV309°37°89°
CMYK 0.000.370.06   0.11
XYZ53.196740.617867.9870
Yxy40.61780.32880.2510
Hunter Lab63.732137.4614-18.6359
CIE-Lab69.907341.7619-22.8272

#e28fd5 color RGB value is (226,143,213).

#e28fd5 hex color red value is 226, green value is 143 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #e28fd5 hue: 0.86 , saturation: 0.59 and the lightness value of e28fd5 is 0.72.

The process color (four color CMYK) of #e28fd5 color hex is 0.00, 0.37, 0.06, 0.11. Web safe color of #e28fd5 is #cc99cc. Color #e28fd5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001111 11010101
Octal 342 217 325
Decimal 226 143 213
Hex E2 8F D5

RGB Percentages of Color #e28fd5

%38.83
%24.57
%36.60

CMYK Percentages of Color #e28fd5

%0
%37
%6
%11

Triadic Colors of #e28fd5

#e28fd5 #d5e28f #8fd5e2

Analogous Colors of #e28fd5

#e28fd5 #e28fac #c68fe2

Monochromatic Colors of #e28fd5

#e28fd5

Complementary Color

#e28fd5 #8fe29c

#e28fd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28fd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28fd5 Color CSS Codes

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

#e28fd5 Text Font Color

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

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


#e28fd5 Background Color

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

This div background color is #e28fd5


#e28fd5 Border Color

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

This div border color is #e28fd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28fd5


Comments

No comments written yet.

Please login to write comment.