Color Hex Logo

#ed53ef Color Hex

#ED53EF
(237,83,239)
0 Favorites   0 Comments

Color spaces of #ed53ef

RGB 23783239
HSL0.830.830.63
HSV299°65°94°
CMYK 0.010.650.00   0.06
XYZ53.598330.423084.7086
Yxy30.42300.31770.1803
Hunter Lab55.157076.9307-52.4459
CIE-Lab62.017576.8041-49.4312

#ed53ef color RGB value is (237,83,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010011 11101111
Octal 355 123 357
Decimal 237 83 239
Hex ED 53 EF

RGB Percentages of Color #ed53ef

%42.40
%14.85
%42.75

CMYK Percentages of Color #ed53ef

%1
%65
%0
%6

Triadic Colors of #ed53ef

#ed53ef #efed53 #53efed

Analogous Colors of #ed53ef

#ed53ef #ef53a3 #9f53ef

Monochromatic Colors of #ed53ef

#ed53ef

Complementary Color

#ed53ef #55ef53

#ed53ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed53ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed53ef Color CSS Codes

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

#ed53ef Text Font Color

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

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


#ed53ef Background Color

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

This div background color is #ed53ef


#ed53ef Border Color

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

This div border color is #ed53ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed53ef


Comments

No comments written yet.

Please login to write comment.