Color Hex Logo

#ed34aa Color Hex

#ED34AA
(237,52,170)
0 Favorites   0 Comments

Color spaces of #ed34aa

RGB 23752170
HSL0.890.840.57
HSV322°78°93°
CMYK 0.000.780.28   0.07
XYZ43.408723.362840.2518
Yxy23.36280.40560.2183
Hunter Lab48.335175.7206-15.5401
CIE-Lab55.444177.1005-20.3601

#ed34aa color RGB value is (237,52,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110100 10101010
Octal 355 64 252
Decimal 237 52 170
Hex ED 34 AA

RGB Percentages of Color #ed34aa

%51.63
%11.33
%37.04

CMYK Percentages of Color #ed34aa

%0
%78
%28
%7

Triadic Colors of #ed34aa

#ed34aa #aaed34 #34aaed

Analogous Colors of #ed34aa

#ed34aa #ed344e #d434ed

Monochromatic Colors of #ed34aa

#ed34aa

Complementary Color

#ed34aa #34ed77

#ed34aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed34aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed34aa Color CSS Codes

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

#ed34aa Text Font Color

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

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


#ed34aa Background Color

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

This div background color is #ed34aa


#ed34aa Border Color

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

This div border color is #ed34aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed34aa


Comments

No comments written yet.

Please login to write comment.