Color Hex Logo

#ed27df Color Hex

#ED27DF
(237,39,223)
0 Favorites   0 Comments

Color spaces of #ed27df

RGB 23739223
HSL0.850.850.54
HSV304°84°93°
CMYK 0.000.840.06   0.07
XYZ48.969924.783372.0147
Yxy24.78330.33590.1700
Hunter Lab49.782888.4652-50.9196
CIE-Lab56.863786.7687-48.6274

#ed27df color RGB value is (237,39,223).

#ed27df hex color red value is 237, green value is 39 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ed27df hue: 0.85 , saturation: 0.85 and the lightness value of ed27df is 0.54.

The process color (four color CMYK) of #ed27df color hex is 0.00, 0.84, 0.06, 0.07. Web safe color of #ed27df is #ff33cc. Color #ed27df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100111 11011111
Octal 355 47 337
Decimal 237 39 223
Hex ED 27 DF

RGB Percentages of Color #ed27df

%47.49
%7.82
%44.69

CMYK Percentages of Color #ed27df

%0
%84
%6
%7

Triadic Colors of #ed27df

#ed27df #dfed27 #27dfed

Analogous Colors of #ed27df

#ed27df #ed277c #9827ed

Monochromatic Colors of #ed27df

#ed27df

Complementary Color

#ed27df #27ed35

#ed27df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed27df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed27df Color CSS Codes

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

#ed27df Text Font Color

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

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


#ed27df Background Color

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

This div background color is #ed27df


#ed27df Border Color

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

This div border color is #ed27df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed27df


Comments

No comments written yet.

Please login to write comment.