Color Hex Logo

#ed327a Color Hex

#ED327A
(237,50,122)
0 Favorites   0 Comments

Color spaces of #ed327a

RGB 23750122
HSL0.940.840.56
HSV337°79°93°
CMYK 0.000.790.49   0.07
XYZ39.578521.690920.5131
Yxy21.69090.48390.2652
Hunter Lab46.573570.18706.4874
CIE-Lab53.697572.95345.5147

#ed327a color RGB value is (237,50,122).

#ed327a hex color red value is 237, green value is 50 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ed327a hue: 0.94 , saturation: 0.84 and the lightness value of ed327a is 0.56.

The process color (four color CMYK) of #ed327a color hex is 0.00, 0.79, 0.49, 0.07. Web safe color of #ed327a is #ff3366. Color #ed327a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110010 01111010
Octal 355 62 172
Decimal 237 50 122
Hex ED 32 7A

RGB Percentages of Color #ed327a

%57.95
%12.22
%29.83

CMYK Percentages of Color #ed327a

%0
%79
%49
%7

Triadic Colors of #ed327a

#ed327a #7aed32 #327aed

Analogous Colors of #ed327a

#ed327a #ed4832 #ed32d8

Monochromatic Colors of #ed327a

#ed327a

Complementary Color

#ed327a #32eda5

#ed327a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed327a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed327a Color CSS Codes

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

#ed327a Text Font Color

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

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


#ed327a Background Color

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

This div background color is #ed327a


#ed327a Border Color

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

This div border color is #ed327a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed327a


Comments

No comments written yet.

Please login to write comment.