Color Hex Logo

#ed7299 Color Hex

#ED7299
(237,114,153)
0 Favorites   0 Comments

Color spaces of #ed7299

RGB 237114153
HSL0.950.770.69
HSV341°52°93°
CMYK 0.000.520.35   0.07
XYZ46.692132.339133.9181
Yxy32.33910.41340.2863
Hunter Lab56.867547.04274.4442
CIE-Lab63.622251.32341.7022

#ed7299 color RGB value is (237,114,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110010 10011001
Octal 355 162 231
Decimal 237 114 153
Hex ED 72 99

RGB Percentages of Color #ed7299

%47.02
%22.62
%30.36

CMYK Percentages of Color #ed7299

%0
%52
%35
%7

Triadic Colors of #ed7299

#ed7299 #99ed72 #7299ed

Analogous Colors of #ed7299

#ed7299 #ed8972 #ed72d7

Monochromatic Colors of #ed7299

#ed7299

Complementary Color

#ed7299 #72edc6

#ed7299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed7299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed7299 Color CSS Codes

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

#ed7299 Text Font Color

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

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


#ed7299 Background Color

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

This div background color is #ed7299


#ed7299 Border Color

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

This div border color is #ed7299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed7299


Comments

No comments written yet.

Please login to write comment.