Color Hex Logo

#ed3ace Color Hex

#ED3ACE
(237,58,206)
0 Favorites   0 Comments

Color spaces of #ed3ace

RGB 23758206
HSL0.860.830.58
HSV310°76°93°
CMYK 0.000.760.13   0.07
XYZ47.578725.486960.8043
Yxy25.48690.35540.1904
Hunter Lab50.484679.8777-36.0705
CIE-Lab57.546879.9919-37.8931

#ed3ace color RGB value is (237,58,206).

#ed3ace hex color red value is 237, green value is 58 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ed3ace hue: 0.86 , saturation: 0.83 and the lightness value of ed3ace is 0.58.

The process color (four color CMYK) of #ed3ace color hex is 0.00, 0.76, 0.13, 0.07. Web safe color of #ed3ace is #ff33cc. Color #ed3ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111010 11001110
Octal 355 72 316
Decimal 237 58 206
Hex ED 3A CE

RGB Percentages of Color #ed3ace

%47.31
%11.58
%41.12

CMYK Percentages of Color #ed3ace

%0
%76
%13
%7

Triadic Colors of #ed3ace

#ed3ace #ceed3a #3aceed

Analogous Colors of #ed3ace

#ed3ace #ed3a75 #b33aed

Monochromatic Colors of #ed3ace

#ed3ace

Complementary Color

#ed3ace #3aed59

#ed3ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed3ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed3ace Color CSS Codes

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

#ed3ace Text Font Color

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

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


#ed3ace Background Color

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

This div background color is #ed3ace


#ed3ace Border Color

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

This div border color is #ed3ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed3ace


Comments

No comments written yet.

Please login to write comment.