Color Hex Logo

#ed72b0 Color Hex

#ED72B0
(237,114,176)
0 Favorites   0 Comments

Color spaces of #ed72b0

RGB 237114176
HSL0.920.770.69
HSV330°52°93°
CMYK 0.000.520.26   0.07
XYZ48.778833.173744.9065
Yxy33.17370.38450.2615
Hunter Lab57.596650.3783-5.9092
CIE-Lab64.301354.1878-10.4215

#ed72b0 color RGB value is (237,114,176).

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

The process color (four color CMYK) of #ed72b0 color hex is 0.00, 0.52, 0.26, 0.07. Web safe color of #ed72b0 is #ff6699. Color #ed72b0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110010 10110000
Octal 355 162 260
Decimal 237 114 176
Hex ED 72 B0

RGB Percentages of Color #ed72b0

%44.97
%21.63
%33.40

CMYK Percentages of Color #ed72b0

%0
%52
%26
%7

Triadic Colors of #ed72b0

#ed72b0 #b0ed72 #72b0ed

Analogous Colors of #ed72b0

#ed72b0 #ed7273 #ed72ed

Monochromatic Colors of #ed72b0

#ed72b0

Complementary Color

#ed72b0 #72edaf

#ed72b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed72b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed72b0 Color CSS Codes

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

#ed72b0 Text Font Color

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

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


#ed72b0 Background Color

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

This div background color is #ed72b0


#ed72b0 Border Color

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

This div border color is #ed72b0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,114,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ed72b0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed72b0


Comments

No comments written yet.

Please login to write comment.