Color Hex Logo

#ed55ef Color Hex

#ED55EF
(237,85,239)
0 Favorites   0 Comments

Color spaces of #ed55ef

RGB 23785239
HSL0.830.830.64
HSV299°64°94°
CMYK 0.010.640.00   0.06
XYZ53.753530.733584.7604
Yxy30.73350.31760.1816
Hunter Lab55.437876.0607-51.8437
CIE-Lab62.282076.0622-49.0126

#ed55ef color RGB value is (237,85,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010101 11101111
Octal 355 125 357
Decimal 237 85 239
Hex ED 55 EF

RGB Percentages of Color #ed55ef

%42.25
%15.15
%42.60

CMYK Percentages of Color #ed55ef

%1
%64
%0
%6

Triadic Colors of #ed55ef

#ed55ef #efed55 #55efed

Analogous Colors of #ed55ef

#ed55ef #ef55a4 #a055ef

Monochromatic Colors of #ed55ef

#ed55ef

Complementary Color

#ed55ef #57ef55

#ed55ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed55ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed55ef Color CSS Codes

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

#ed55ef Text Font Color

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

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


#ed55ef Background Color

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

This div background color is #ed55ef


#ed55ef Border Color

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

This div border color is #ed55ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed55ef


Comments

No comments written yet.

Please login to write comment.