Color Hex Logo

#ec0abf Color Hex

#EC0ABF
(236,10,191)
0 Favorites   0 Comments

Color spaces of #ec0abf

RGB 23610191
HSL0.870.920.48
HSV312°96°93°
CMYK 0.000.960.19   0.07
XYZ44.104621.811551.1757
Yxy21.81150.37670.1863
Hunter Lab46.702886.8398-32.2765
CIE-Lab53.826486.1198-35.1099

#ec0abf color RGB value is (236,10,191).

#ec0abf hex color red value is 236, green value is 10 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ec0abf hue: 0.87 , saturation: 0.92 and the lightness value of ec0abf is 0.48.

The process color (four color CMYK) of #ec0abf color hex is 0.00, 0.96, 0.19, 0.07. Web safe color of #ec0abf is #ff00cc. Color #ec0abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001010 10111111
Octal 354 12 277
Decimal 236 10 191
Hex EC A BF

RGB Percentages of Color #ec0abf

%54.00
%2.29
%43.71

CMYK Percentages of Color #ec0abf

%0
%96
%19
%7

Triadic Colors of #ec0abf

#ec0abf #bfec0a #0abfec

Analogous Colors of #ec0abf

#ec0abf #ec0a4e #a80aec

Monochromatic Colors of #ec0abf

#ec0abf

Complementary Color

#ec0abf #0aec37

#ec0abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec0abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec0abf Color CSS Codes

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

#ec0abf Text Font Color

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

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


#ec0abf Background Color

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

This div background color is #ec0abf


#ec0abf Border Color

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

This div border color is #ec0abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec0abf


Comments

No comments written yet.

Please login to write comment.