Color Hex Logo

#ec29a8 Color Hex

#EC29A8
(236,41,168)
0 Favorites   0 Comments

Color spaces of #ec29a8

RGB 23641168
HSL0.890.840.54
HSV321°83°93°
CMYK 0.000.830.29   0.07
XYZ42.452922.245939.1022
Yxy22.24590.40900.2143
Hunter Lab47.165678.1250-16.1380
CIE-Lab54.286979.2411-20.9755

#ec29a8 color RGB value is (236,41,168).

#ec29a8 hex color red value is 236, green value is 41 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #ec29a8 hue: 0.89 , saturation: 0.84 and the lightness value of ec29a8 is 0.54.

The process color (four color CMYK) of #ec29a8 color hex is 0.00, 0.83, 0.29, 0.07. Web safe color of #ec29a8 is #ff3399. Color #ec29a8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00101001 10101000
Octal 354 51 250
Decimal 236 41 168
Hex EC 29 A8

RGB Percentages of Color #ec29a8

%53.03
%9.21
%37.75

CMYK Percentages of Color #ec29a8

%0
%83
%29
%7

Triadic Colors of #ec29a8

#ec29a8 #a8ec29 #29a8ec

Analogous Colors of #ec29a8

#ec29a8 #ec2947 #cf29ec

Monochromatic Colors of #ec29a8

#ec29a8

Complementary Color

#ec29a8 #29ec6d

#ec29a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec29a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec29a8 Color CSS Codes

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

#ec29a8 Text Font Color

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

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


#ec29a8 Background Color

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

This div background color is #ec29a8


#ec29a8 Border Color

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

This div border color is #ec29a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec29a8


Comments

No comments written yet.

Please login to write comment.