Color Hex Logo

#ec38aa Color Hex

#EC38AA
(236,56,170)
0 Favorites   0 Comments

Color spaces of #ec38aa

RGB 23656170
HSL0.890.830.57
HSV322°76°93°
CMYK 0.000.760.28   0.07
XYZ43.261923.563540.2983
Yxy23.56350.40380.2200
Hunter Lab48.542274.1341-15.2412
CIE-Lab55.648175.7866-20.0637

#ec38aa color RGB value is (236,56,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111000 10101010
Octal 354 70 252
Decimal 236 56 170
Hex EC 38 AA

RGB Percentages of Color #ec38aa

%51.08
%12.12
%36.80

CMYK Percentages of Color #ec38aa

%0
%76
%28
%7

Triadic Colors of #ec38aa

#ec38aa #aaec38 #38aaec

Analogous Colors of #ec38aa

#ec38aa #ec3850 #d438ec

Monochromatic Colors of #ec38aa

#ec38aa

Complementary Color

#ec38aa #38ec7a

#ec38aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec38aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec38aa Color CSS Codes

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

#ec38aa Text Font Color

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

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


#ec38aa Background Color

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

This div background color is #ec38aa


#ec38aa Border Color

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

This div border color is #ec38aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec38aa


Comments

No comments written yet.

Please login to write comment.