Color Hex Logo

#ed13af Color Hex

#ED13AF
(237,19,175)
0 Favorites   0 Comments

Color spaces of #ed13af

RGB 23719175
HSL0.880.860.50
HSV317°92°93°
CMYK 0.000.920.26   0.07
XYZ42.895821.565442.4591
Yxy21.56540.40120.2017
Hunter Lab46.438683.6149-21.7023
CIE-Lab53.562883.6868-26.1809

#ed13af color RGB value is (237,19,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010011 10101111
Octal 355 23 257
Decimal 237 19 175
Hex ED 13 AF

RGB Percentages of Color #ed13af

%54.99
%4.41
%40.60

CMYK Percentages of Color #ed13af

%0
%92
%26
%7

Triadic Colors of #ed13af

#ed13af #afed13 #13afed

Analogous Colors of #ed13af

#ed13af #ed1342 #be13ed

Monochromatic Colors of #ed13af

#ed13af

Complementary Color

#ed13af #13ed51

#ed13af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed13af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed13af Color CSS Codes

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

#ed13af Text Font Color

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

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


#ed13af Background Color

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

This div background color is #ed13af


#ed13af Border Color

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

This div border color is #ed13af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed13af


Comments

No comments written yet.

Please login to write comment.