Color Hex Logo

#ec34ab Color Hex

#EC34AB
(236,52,171)
0 Favorites   0 Comments

Color spaces of #ec34ab

RGB 23652171
HSL0.890.830.56
HSV321°78°93°
CMYK 0.000.780.28   0.07
XYZ43.170723.229140.7364
Yxy23.22910.40300.2168
Hunter Lab48.196675.5422-16.3751
CIE-Lab55.307576.9840-21.1693

#ec34ab color RGB value is (236,52,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110100 10101011
Octal 354 64 253
Decimal 236 52 171
Hex EC 34 AB

RGB Percentages of Color #ec34ab

%51.42
%11.33
%37.25

CMYK Percentages of Color #ec34ab

%0
%78
%28
%7

Triadic Colors of #ec34ab

#ec34ab #abec34 #34abec

Analogous Colors of #ec34ab

#ec34ab #ec344f #d134ec

Monochromatic Colors of #ec34ab

#ec34ab

Complementary Color

#ec34ab #34ec75

#ec34ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec34ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec34ab Color CSS Codes

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

#ec34ab Text Font Color

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

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


#ec34ab Background Color

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

This div background color is #ec34ab


#ec34ab Border Color

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

This div border color is #ec34ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec34ab


Comments

No comments written yet.

Please login to write comment.