Color Hex Logo

#ec26ab Color Hex

#EC26AB
(236,38,171)
0 Favorites   0 Comments

Color spaces of #ec26ab

RGB 23638171
HSL0.890.840.54
HSV320°84°93°
CMYK 0.000.840.28   0.07
XYZ42.635922.159440.5581
Yxy22.15940.40470.2103
Hunter Lab47.073879.2928-18.1318
CIE-Lab54.195780.1826-22.8757

#ec26ab color RGB value is (236,38,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100110 10101011
Octal 354 46 253
Decimal 236 38 171
Hex EC 26 AB

RGB Percentages of Color #ec26ab

%53.03
%8.54
%38.43

CMYK Percentages of Color #ec26ab

%0
%84
%28
%7

Triadic Colors of #ec26ab

#ec26ab #abec26 #26abec

Analogous Colors of #ec26ab

#ec26ab #ec2648 #ca26ec

Monochromatic Colors of #ec26ab

#ec26ab

Complementary Color

#ec26ab #26ec67

#ec26ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec26ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec26ab Color CSS Codes

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

#ec26ab Text Font Color

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

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


#ec26ab Background Color

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

This div background color is #ec26ab


#ec26ab Border Color

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

This div border color is #ec26ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec26ab


Comments

No comments written yet.

Please login to write comment.