Color Hex Logo

#ed32cd Color Hex

#ED32CD
(237,50,205)
0 Favorites   0 Comments

Color spaces of #ed32cd

RGB 23750205
HSL0.860.840.56
HSV310°79°93°
CMYK 0.000.790.14   0.07
XYZ47.085124.693560.0423
Yxy24.69350.35720.1873
Hunter Lab49.692682.1718-36.8539
CIE-Lab56.775681.9384-38.5319

#ed32cd color RGB value is (237,50,205).

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

The process color (four color CMYK) of #ed32cd color hex is 0.00, 0.79, 0.14, 0.07. Web safe color of #ed32cd is #ff33cc. Color #ed32cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110010 11001101
Octal 355 62 315
Decimal 237 50 205
Hex ED 32 CD

RGB Percentages of Color #ed32cd

%48.17
%10.16
%41.67

CMYK Percentages of Color #ed32cd

%0
%79
%14
%7

Triadic Colors of #ed32cd

#ed32cd #cded32 #32cded

Analogous Colors of #ed32cd

#ed32cd #ed3270 #b032ed

Monochromatic Colors of #ed32cd

#ed32cd

Complementary Color

#ed32cd #32ed52

#ed32cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed32cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed32cd Color CSS Codes

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

#ed32cd Text Font Color

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

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


#ed32cd Background Color

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

This div background color is #ed32cd


#ed32cd Border Color

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

This div border color is #ed32cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed32cd


Comments

No comments written yet.

Please login to write comment.