Color Hex Logo

#e257ce Color Hex

#E257CE
(226,87,206)
0 Favorites   0 Comments

Color spaces of #e257ce

RGB 22687206
HSL0.860.710.61
HSV309°62°89°
CMYK 0.000.620.09   0.11
XYZ45.912827.441461.2694
Yxy27.44140.34100.2038
Hunter Lab52.384564.7746-32.6769
CIE-Lab59.380767.3984-35.1501

#e257ce color RGB value is (226,87,206).

#e257ce hex color red value is 226, green value is 87 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e257ce hue: 0.86 , saturation: 0.71 and the lightness value of e257ce is 0.61.

The process color (four color CMYK) of #e257ce color hex is 0.00, 0.62, 0.09, 0.11. Web safe color of #e257ce is #cc66cc. Color #e257ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010111 11001110
Octal 342 127 316
Decimal 226 87 206
Hex E2 57 CE

RGB Percentages of Color #e257ce

%43.55
%16.76
%39.69

CMYK Percentages of Color #e257ce

%0
%62
%9
%11

Triadic Colors of #e257ce

#e257ce #cee257 #57cee2

Analogous Colors of #e257ce

#e257ce #e25789 #b157e2

Monochromatic Colors of #e257ce

#e257ce

Complementary Color

#e257ce #57e26b

#e257ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e257ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e257ce Color CSS Codes

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

#e257ce Text Font Color

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

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


#e257ce Background Color

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

This div background color is #e257ce


#e257ce Border Color

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

This div border color is #e257ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e257ce


Comments

No comments written yet.

Please login to write comment.