Color Hex Logo

#ed34dc Color Hex

#ED34DC
(237,52,220)
0 Favorites   0 Comments

Color spaces of #ed34dc

RGB 23752220
HSL0.850.840.57
HSV306°78°93°
CMYK 0.000.780.07   0.07
XYZ49.071325.627870.0705
Yxy25.62780.33900.1770
Hunter Lab50.623984.4337-46.6288
CIE-Lab57.682183.5176-45.6339

#ed34dc color RGB value is (237,52,220).

#ed34dc hex color red value is 237, green value is 52 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ed34dc hue: 0.85 , saturation: 0.84 and the lightness value of ed34dc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110100 11011100
Octal 355 64 334
Decimal 237 52 220
Hex ED 34 DC

RGB Percentages of Color #ed34dc

%46.56
%10.22
%43.22

CMYK Percentages of Color #ed34dc

%0
%78
%7
%7

Triadic Colors of #ed34dc

#ed34dc #dced34 #34dced

Analogous Colors of #ed34dc

#ed34dc #ed3480 #a234ed

Monochromatic Colors of #ed34dc

#ed34dc

Complementary Color

#ed34dc #34ed45

#ed34dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed34dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed34dc Color CSS Codes

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

#ed34dc Text Font Color

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

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


#ed34dc Background Color

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

This div background color is #ed34dc


#ed34dc Border Color

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

This div border color is #ed34dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed34dc


Comments

No comments written yet.

Please login to write comment.