Color Hex Logo

#ed50ef Color Hex

#ED50EF
(237,80,239)
0 Favorites   0 Comments

Color spaces of #ed50ef

RGB 23780239
HSL0.830.830.63
HSV299°67°94°
CMYK 0.010.670.00   0.06
XYZ53.373729.973884.6338
Yxy29.97380.31770.1784
Hunter Lab54.748378.2086-53.3308
CIE-Lab61.631677.8896-50.0423

#ed50ef color RGB value is (237,80,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010000 11101111
Octal 355 120 357
Decimal 237 80 239
Hex ED 50 EF

RGB Percentages of Color #ed50ef

%42.63
%14.39
%42.99

CMYK Percentages of Color #ed50ef

%1
%67
%0
%6

Triadic Colors of #ed50ef

#ed50ef #efed50 #50efed

Analogous Colors of #ed50ef

#ed50ef #ef50a2 #9e50ef

Monochromatic Colors of #ed50ef

#ed50ef

Complementary Color

#ed50ef #52ef50

#ed50ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed50ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed50ef Color CSS Codes

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

#ed50ef Text Font Color

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

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


#ed50ef Background Color

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

This div background color is #ed50ef


#ed50ef Border Color

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

This div border color is #ed50ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed50ef


Comments

No comments written yet.

Please login to write comment.