Color Hex Logo

#ed70ef Color Hex

#ED70EF
(237,112,239)
0 Favorites   0 Comments

Color spaces of #ed70ef

RGB 237112239
HSL0.830.800.69
HSV299°53°94°
CMYK 0.010.530.00   0.06
XYZ56.299235.824985.6089
Yxy35.82490.31680.2016
Hunter Lab59.853963.1546-42.9046
CIE-Lab66.385964.8000-42.5488

#ed70ef color RGB value is (237,112,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110000 11101111
Octal 355 160 357
Decimal 237 112 239
Hex ED 70 EF

RGB Percentages of Color #ed70ef

%40.31
%19.05
%40.65

CMYK Percentages of Color #ed70ef

%1
%53
%0
%6

Triadic Colors of #ed70ef

#ed70ef #efed70 #70efed

Analogous Colors of #ed70ef

#ed70ef #ef70b2 #ae70ef

Monochromatic Colors of #ed70ef

#ed70ef

Complementary Color

#ed70ef #72ef70

#ed70ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed70ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed70ef Color CSS Codes

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

#ed70ef Text Font Color

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

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


#ed70ef Background Color

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

This div background color is #ed70ef


#ed70ef Border Color

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

This div border color is #ed70ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed70ef


Comments

No comments written yet.

Please login to write comment.