Color Hex Logo

#e258ed Color Hex

#E258ED
(226,88,237)
0 Favorites   0 Comments

Color spaces of #e258ed

RGB 22688237
HSL0.820.810.64
HSV296°63°93°
CMYK 0.050.630.00   0.07
XYZ50.139829.262683.1264
Yxy29.26260.30850.1800
Hunter Lab54.094970.7830-53.2431
CIE-Lab61.012772.0519-50.0111

#e258ed color RGB value is (226,88,237).

#e258ed hex color red value is 226, green value is 88 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e258ed hue: 0.82 , saturation: 0.81 and the lightness value of e258ed is 0.64.

The process color (four color CMYK) of #e258ed color hex is 0.05, 0.63, 0.00, 0.07. Web safe color of #e258ed is #cc66ff. Color #e258ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011000 11101101
Octal 342 130 355
Decimal 226 88 237
Hex E2 58 ED

RGB Percentages of Color #e258ed

%41.02
%15.97
%43.01

CMYK Percentages of Color #e258ed

%5
%63
%0
%7

Triadic Colors of #e258ed

#e258ed #ede258 #58ede2

Analogous Colors of #e258ed

#e258ed #ed58ae #9858ed

Monochromatic Colors of #e258ed

#e258ed

Complementary Color

#e258ed #63ed58

#e258ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e258ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e258ed Color CSS Codes

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

#e258ed Text Font Color

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

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


#e258ed Background Color

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

This div background color is #e258ed


#e258ed Border Color

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

This div border color is #e258ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e258ed


Comments

No comments written yet.

Please login to write comment.