Color Hex Logo

#ec7abf Color Hex

#EC7ABF
(236,122,191)
0 Favorites   0 Comments

Color spaces of #ec7abf

RGB 236122191
HSL0.900.750.70
HSV324°48°93°
CMYK 0.000.480.19   0.07
XYZ50.955635.513553.4594
Yxy35.51350.36420.2538
Hunter Lab59.593248.3396-11.4722
CIE-Lab66.146552.1027-16.1479

#ec7abf color RGB value is (236,122,191).

#ec7abf hex color red value is 236, green value is 122 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ec7abf hue: 0.90 , saturation: 0.75 and the lightness value of ec7abf is 0.70.

The process color (four color CMYK) of #ec7abf color hex is 0.00, 0.48, 0.19, 0.07. Web safe color of #ec7abf is #ff66cc. Color #ec7abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01111010 10111111
Octal 354 172 277
Decimal 236 122 191
Hex EC 7A BF

RGB Percentages of Color #ec7abf

%42.99
%22.22
%34.79

CMYK Percentages of Color #ec7abf

%0
%48
%19
%7

Triadic Colors of #ec7abf

#ec7abf #bfec7a #7abfec

Analogous Colors of #ec7abf

#ec7abf #ec7a86 #e07aec

Monochromatic Colors of #ec7abf

#ec7abf

Complementary Color

#ec7abf #7aeca7

#ec7abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec7abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec7abf Color CSS Codes

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

#ec7abf Text Font Color

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

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


#ec7abf Background Color

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

This div background color is #ec7abf


#ec7abf Border Color

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

This div border color is #ec7abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec7abf


Comments

No comments written yet.

Please login to write comment.