Color Hex Logo

#ed758f Color Hex

#ED758F
(237,117,143)
0 Favorites   0 Comments

Color spaces of #ed758f

RGB 237117143
HSL0.960.770.69
HSV347°51°93°
CMYK 0.000.510.40   0.07
XYZ46.244332.710329.8630
Yxy32.71030.42500.3006
Hunter Lab57.192944.24169.0771
CIE-Lab63.925648.75007.8594

#ed758f color RGB value is (237,117,143).

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

The process color (four color CMYK) of #ed758f color hex is 0.00, 0.51, 0.40, 0.07. Web safe color of #ed758f is #ff6699. Color #ed758f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110101 10001111
Octal 355 165 217
Decimal 237 117 143
Hex ED 75 8F

RGB Percentages of Color #ed758f

%47.69
%23.54
%28.77

CMYK Percentages of Color #ed758f

%0
%51
%40
%7

Triadic Colors of #ed758f

#ed758f #8fed75 #758fed

Analogous Colors of #ed758f

#ed758f #ed9775 #ed75cb

Monochromatic Colors of #ed758f

#ed758f

Complementary Color

#ed758f #75edd3

#ed758f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed758f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed758f Color CSS Codes

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

#ed758f Text Font Color

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

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


#ed758f Background Color

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

This div background color is #ed758f


#ed758f Border Color

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

This div border color is #ed758f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed758f


Comments

No comments written yet.

Please login to write comment.