Color Hex Logo

#ed326c Color Hex

#ED326C
(237,50,108)
0 Favorites   0 Comments

Color spaces of #ed326c

RGB 23750108
HSL0.950.840.56
HSV341°79°93°
CMYK 0.000.790.54   0.07
XYZ38.772421.368416.2683
Yxy21.36840.50740.2797
Hunter Lab46.226068.822911.4923
CIE-Lab53.350471.897513.4430

#ed326c color RGB value is (237,50,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110010 01101100
Octal 355 62 154
Decimal 237 50 108
Hex ED 32 6C

RGB Percentages of Color #ed326c

%60.00
%12.66
%27.34

CMYK Percentages of Color #ed326c

%0
%79
%54
%7

Triadic Colors of #ed326c

#ed326c #6ced32 #326ced

Analogous Colors of #ed326c

#ed326c #ed5632 #ed32ca

Monochromatic Colors of #ed326c

#ed326c

Complementary Color

#ed326c #32edb3

#ed326c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed326c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed326c Color CSS Codes

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

#ed326c Text Font Color

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

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


#ed326c Background Color

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

This div background color is #ed326c


#ed326c Border Color

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

This div border color is #ed326c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed326c


Comments

No comments written yet.

Please login to write comment.