Color Hex Logo

#ec9afb Color Hex

#EC9AFB
(236,154,251)
0 Favorites   0 Comments

Color spaces of #ec9afb

RGB 236154251
HSL0.810.920.79
HSV291°39°98°
CMYK 0.060.390.00   0.02
XYZ63.560347.909197.1642
Yxy47.90910.30470.2296
Hunter Lab69.216442.7850-34.7783
CIE-Lab74.767645.9998-36.0550

#ec9afb color RGB value is (236,154,251).

#ec9afb hex color red value is 236, green value is 154 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ec9afb hue: 0.81 , saturation: 0.92 and the lightness value of ec9afb is 0.79.

The process color (four color CMYK) of #ec9afb color hex is 0.06, 0.39, 0.00, 0.02. Web safe color of #ec9afb is #ff99ff. Color #ec9afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011010 11111011
Octal 354 232 373
Decimal 236 154 251
Hex EC 9A FB

RGB Percentages of Color #ec9afb

%36.82
%24.02
%39.16

CMYK Percentages of Color #ec9afb

%6
%39
%0
%2

Triadic Colors of #ec9afb

#ec9afb #fbec9a #9afbec

Analogous Colors of #ec9afb

#ec9afb #fb9ada #bc9afb

Monochromatic Colors of #ec9afb

#ec9afb

Complementary Color

#ec9afb #a9fb9a

#ec9afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9afb Color CSS Codes

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

#ec9afb Text Font Color

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

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


#ec9afb Background Color

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

This div background color is #ec9afb


#ec9afb Border Color

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

This div border color is #ec9afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9afb

#ec9afb Color Palettes


Comments

No comments written yet.

Please login to write comment.