Color Hex Logo

#ed74af Color Hex

#ED74AF
(237,116,175)
0 Favorites   0 Comments

Color spaces of #ed74af

RGB 237116175
HSL0.920.770.69
HSV331°51°93°
CMYK 0.000.510.26   0.07
XYZ48.908333.590544.4633
Yxy33.59050.38520.2646
Hunter Lab57.957349.2051-4.9156
CIE-Lab64.636253.0982-9.3527

#ed74af color RGB value is (237,116,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110100 10101111
Octal 355 164 257
Decimal 237 116 175
Hex ED 74 AF

RGB Percentages of Color #ed74af

%44.89
%21.97
%33.14

CMYK Percentages of Color #ed74af

%0
%51
%26
%7

Triadic Colors of #ed74af

#ed74af #afed74 #74afed

Analogous Colors of #ed74af

#ed74af #ed7674 #ed74ec

Monochromatic Colors of #ed74af

#ed74af

Complementary Color

#ed74af #74edb2

#ed74af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed74af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed74af Color CSS Codes

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

#ed74af Text Font Color

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

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


#ed74af Background Color

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

This div background color is #ed74af


#ed74af Border Color

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

This div border color is #ed74af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed74af


Comments

No comments written yet.

Please login to write comment.