Color Hex Logo

#ed93af Color Hex

#ED93AF
(237,147,175)
0 Favorites   0 Comments

Color spaces of #ed93af

RGB 237147175
HSL0.950.710.75
HSV341°38°93°
CMYK 0.000.380.26   0.07
XYZ53.096641.967145.8594
Yxy41.96710.37680.2978
Hunter Lab64.782032.93353.3758
CIE-Lab70.848237.4476-0.1793

#ed93af color RGB value is (237,147,175).

#ed93af hex color red value is 237, green value is 147 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ed93af hue: 0.95 , saturation: 0.71 and the lightness value of ed93af is 0.75.

The process color (four color CMYK) of #ed93af color hex is 0.00, 0.38, 0.26, 0.07. Web safe color of #ed93af is #ff9999. Color #ed93af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10010011 10101111
Octal 355 223 257
Decimal 237 147 175
Hex ED 93 AF

RGB Percentages of Color #ed93af

%42.40
%26.30
%31.31

CMYK Percentages of Color #ed93af

%0
%38
%26
%7

Triadic Colors of #ed93af

#ed93af #afed93 #93afed

Analogous Colors of #ed93af

#ed93af #eda493 #ed93dc

Monochromatic Colors of #ed93af

#ed93af

Complementary Color

#ed93af #93edd1

#ed93af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed93af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed93af Color CSS Codes

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

#ed93af Text Font Color

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

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


#ed93af Background Color

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

This div background color is #ed93af


#ed93af Border Color

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

This div border color is #ed93af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed93af


Comments

No comments written yet.

Please login to write comment.