Color Hex Logo

#ed72ef Color Hex

#ED72EF
(237,114,239)
0 Favorites   0 Comments

Color spaces of #ed72ef

RGB 237114239
HSL0.830.800.69
HSV299°52°94°
CMYK 0.010.520.00   0.06
XYZ56.522436.271185.6833
Yxy36.27110.31670.2032
Hunter Lab60.225562.1299-42.1945
CIE-Lab66.726563.8859-42.0149

#ed72ef color RGB value is (237,114,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110010 11101111
Octal 355 162 357
Decimal 237 114 239
Hex ED 72 EF

RGB Percentages of Color #ed72ef

%40.17
%19.32
%40.51

CMYK Percentages of Color #ed72ef

%1
%52
%0
%6

Triadic Colors of #ed72ef

#ed72ef #efed72 #72efed

Analogous Colors of #ed72ef

#ed72ef #ef72b3 #af72ef

Monochromatic Colors of #ed72ef

#ed72ef

Complementary Color

#ed72ef #74ef72

#ed72ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed72ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed72ef Color CSS Codes

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

#ed72ef Text Font Color

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

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


#ed72ef Background Color

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

This div background color is #ed72ef


#ed72ef Border Color

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

This div border color is #ed72ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed72ef


Comments

No comments written yet.

Please login to write comment.