Color Hex Logo

#ed2faf Color Hex

#ED2FAF
(237,47,175)
0 Favorites   0 Comments

Color spaces of #ed2faf

RGB 23747175
HSL0.890.840.56
HSV320°80°93°
CMYK 0.000.800.26   0.07
XYZ43.679423.132742.7203
Yxy23.13270.39880.2112
Hunter Lab48.096577.9382-18.9951
CIE-Lab55.208878.9135-23.6421

#ed2faf color RGB value is (237,47,175).

#ed2faf hex color red value is 237, green value is 47 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ed2faf hue: 0.89 , saturation: 0.84 and the lightness value of ed2faf is 0.56.

The process color (four color CMYK) of #ed2faf color hex is 0.00, 0.80, 0.26, 0.07. Web safe color of #ed2faf is #ff3399. Color #ed2faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101111 10101111
Octal 355 57 257
Decimal 237 47 175
Hex ED 2F AF

RGB Percentages of Color #ed2faf

%51.63
%10.24
%38.13

CMYK Percentages of Color #ed2faf

%0
%80
%26
%7

Triadic Colors of #ed2faf

#ed2faf #afed2f #2fafed

Analogous Colors of #ed2faf

#ed2faf #ed2f50 #cc2fed

Monochromatic Colors of #ed2faf

#ed2faf

Complementary Color

#ed2faf #2fed6d

#ed2faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2faf Color CSS Codes

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

#ed2faf Text Font Color

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

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


#ed2faf Background Color

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

This div background color is #ed2faf


#ed2faf Border Color

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

This div border color is #ed2faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2faf


Comments

No comments written yet.

Please login to write comment.