Color Hex Logo

#ed33aa Color Hex

#ED33AA
(237,51,170)
0 Favorites   0 Comments

Color spaces of #ed33aa

RGB 23751170
HSL0.890.840.56
HSV322°78°93°
CMYK 0.000.780.28   0.07
XYZ43.364623.274540.2371
Yxy23.27450.40570.2178
Hunter Lab48.243776.0213-15.6796
CIE-Lab55.354077.3585-20.4980

#ed33aa color RGB value is (237,51,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110011 10101010
Octal 355 63 252
Decimal 237 51 170
Hex ED 33 AA

RGB Percentages of Color #ed33aa

%51.75
%11.14
%37.12

CMYK Percentages of Color #ed33aa

%0
%78
%28
%7

Triadic Colors of #ed33aa

#ed33aa #aaed33 #33aaed

Analogous Colors of #ed33aa

#ed33aa #ed334d #d333ed

Monochromatic Colors of #ed33aa

#ed33aa

Complementary Color

#ed33aa #33ed76

#ed33aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed33aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed33aa Color CSS Codes

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

#ed33aa Text Font Color

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

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


#ed33aa Background Color

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

This div background color is #ed33aa


#ed33aa Border Color

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

This div border color is #ed33aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,51,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 #ed33aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed33aa


Comments

No comments written yet.

Please login to write comment.