Color Hex Logo

#e28fdb Color Hex

#E28FDB
(226,143,219)
0 Favorites   0 Comments

Color spaces of #e28fdb

RGB 226143219
HSL0.850.590.72
HSV305°37°89°
CMYK 0.000.370.03   0.11
XYZ53.972740.928172.0731
Yxy40.92810.32320.2451
Hunter Lab63.975138.6355-22.0124
CIE-Lab70.125542.8153-25.8092

#e28fdb color RGB value is (226,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001111 11011011
Octal 342 217 333
Decimal 226 143 219
Hex E2 8F DB

RGB Percentages of Color #e28fdb

%38.44
%24.32
%37.24

CMYK Percentages of Color #e28fdb

%0
%37
%3
%11

Triadic Colors of #e28fdb

#e28fdb #dbe28f #8fdbe2

Analogous Colors of #e28fdb

#e28fdb #e28fb2 #c08fe2

Monochromatic Colors of #e28fdb

#e28fdb

Complementary Color

#e28fdb #8fe296

#e28fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e28fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e28fdb Color CSS Codes

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

#e28fdb Text Font Color

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

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


#e28fdb Background Color

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

This div background color is #e28fdb


#e28fdb Border Color

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

This div border color is #e28fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e28fdb


Comments

No comments written yet.

Please login to write comment.