Color Hex Logo

#ed57ef Color Hex

#ED57EF
(237,87,239)
0 Favorites   0 Comments

Color spaces of #ed57ef

RGB 23787239
HSL0.830.830.64
HSV299°64°94°
CMYK 0.010.640.00   0.06
XYZ53.913231.052984.8136
Yxy31.05290.31750.1829
Hunter Lab55.725175.1770-51.2317
CIE-Lab62.552375.3064-48.5851

#ed57ef color RGB value is (237,87,239).

#ed57ef hex color red value is 237, green value is 87 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ed57ef hue: 0.83 , saturation: 0.83 and the lightness value of ed57ef is 0.64.

The process color (four color CMYK) of #ed57ef color hex is 0.01, 0.64, 0.00, 0.06. Web safe color of #ed57ef is #ff66ff. Color #ed57ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010111 11101111
Octal 355 127 357
Decimal 237 87 239
Hex ED 57 EF

RGB Percentages of Color #ed57ef

%42.10
%15.45
%42.45

CMYK Percentages of Color #ed57ef

%1
%64
%0
%6

Triadic Colors of #ed57ef

#ed57ef #efed57 #57efed

Analogous Colors of #ed57ef

#ed57ef #ef57a5 #a157ef

Monochromatic Colors of #ed57ef

#ed57ef

Complementary Color

#ed57ef #59ef57

#ed57ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed57ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed57ef Color CSS Codes

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

#ed57ef Text Font Color

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

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


#ed57ef Background Color

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

This div background color is #ed57ef


#ed57ef Border Color

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

This div border color is #ed57ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed57ef


Comments

No comments written yet.

Please login to write comment.