Color Hex Logo

#e257ec Color Hex

#E257EC
(226,87,236)
0 Favorites   0 Comments

Color spaces of #e257ec

RGB 22687236
HSL0.820.800.63
HSV296°63°93°
CMYK 0.040.630.00   0.07
XYZ49.912529.041382.3317
Yxy29.04130.30950.1801
Hunter Lab53.890071.0179-52.8587
CIE-Lab60.818172.2794-49.7623

#e257ec color RGB value is (226,87,236).

#e257ec hex color red value is 226, green value is 87 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e257ec hue: 0.82 , saturation: 0.80 and the lightness value of e257ec is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010111 11101100
Octal 342 127 354
Decimal 226 87 236
Hex E2 57 EC

RGB Percentages of Color #e257ec

%41.17
%15.85
%42.99

CMYK Percentages of Color #e257ec

%4
%63
%0
%7

Triadic Colors of #e257ec

#e257ec #ece257 #57ece2

Analogous Colors of #e257ec

#e257ec #ec57ac #9857ec

Monochromatic Colors of #e257ec

#e257ec

Complementary Color

#e257ec #61ec57

#e257ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e257ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e257ec Color CSS Codes

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

#e257ec Text Font Color

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

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


#e257ec Background Color

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

This div background color is #e257ec


#e257ec Border Color

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

This div border color is #e257ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e257ec


Comments

No comments written yet.

Please login to write comment.