Color Hex Logo

#e258db Color Hex

#E258DB
(226,88,219)
0 Favorites   0 Comments

Color spaces of #e258db

RGB 22688219
HSL0.840.700.62
HSV303°61°89°
CMYK 0.000.610.03   0.11
XYZ47.639928.262769.9622
Yxy28.26270.32660.1938
Hunter Lab53.162766.9219-40.8119
CIE-Lab60.125369.0476-41.3323

#e258db color RGB value is (226,88,219).

#e258db hex color red value is 226, green value is 88 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #e258db hue: 0.84 , saturation: 0.70 and the lightness value of e258db is 0.62.

The process color (four color CMYK) of #e258db color hex is 0.00, 0.61, 0.03, 0.11. Web safe color of #e258db is #cc66cc. Color #e258db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011000 11011011
Octal 342 130 333
Decimal 226 88 219
Hex E2 58 DB

RGB Percentages of Color #e258db

%42.40
%16.51
%41.09

CMYK Percentages of Color #e258db

%0
%61
%3
%11

Triadic Colors of #e258db

#e258db #dbe258 #58dbe2

Analogous Colors of #e258db

#e258db #e25896 #a458e2

Monochromatic Colors of #e258db

#e258db

Complementary Color

#e258db #58e25f

#e258db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e258db Color Preview on White Background

Lorem ipsum dolor sit amet.

#e258db Color CSS Codes

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

#e258db Text Font Color

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

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


#e258db Background Color

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

This div background color is #e258db


#e258db Border Color

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

This div border color is #e258db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e258db


Comments

No comments written yet.

Please login to write comment.