Color Hex Logo

#ed19af Color Hex

#ED19AF
(237,25,175)
0 Favorites   0 Comments

Color spaces of #ed19af

RGB 23725175
HSL0.880.850.51
HSV318°89°93°
CMYK 0.000.890.26   0.07
XYZ43.010521.794942.4974
Yxy21.79490.40080.2031
Hunter Lab46.685082.7518-21.2922
CIE-Lab53.808782.9685-25.8009

#ed19af color RGB value is (237,25,175).

#ed19af hex color red value is 237, green value is 25 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ed19af hue: 0.88 , saturation: 0.85 and the lightness value of ed19af is 0.51.

The process color (four color CMYK) of #ed19af color hex is 0.00, 0.89, 0.26, 0.07. Web safe color of #ed19af is #ff0099. Color #ed19af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00011001 10101111
Octal 355 31 257
Decimal 237 25 175
Hex ED 19 AF

RGB Percentages of Color #ed19af

%54.23
%5.72
%40.05

CMYK Percentages of Color #ed19af

%0
%89
%26
%7

Triadic Colors of #ed19af

#ed19af #afed19 #19afed

Analogous Colors of #ed19af

#ed19af #ed1945 #c119ed

Monochromatic Colors of #ed19af

#ed19af

Complementary Color

#ed19af #19ed57

#ed19af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed19af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed19af Color CSS Codes

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

#ed19af Text Font Color

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

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


#ed19af Background Color

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

This div background color is #ed19af


#ed19af Border Color

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

This div border color is #ed19af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed19af


Comments

No comments written yet.

Please login to write comment.