Color Hex Logo

#ec9cfb Color Hex

#EC9CFB
(236,156,251)
0 Favorites   0 Comments

Color spaces of #ec9cfb

RGB 236156251
HSL0.810.920.80
HSV291°38°98°
CMYK 0.060.380.00   0.02
XYZ63.893148.574897.2751
Yxy48.57480.30460.2316
Hunter Lab69.695641.6716-33.9649
CIE-Lab75.186044.9578-35.4068

#ec9cfb color RGB value is (236,156,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011100 11111011
Octal 354 234 373
Decimal 236 156 251
Hex EC 9C FB

RGB Percentages of Color #ec9cfb

%36.70
%24.26
%39.04

CMYK Percentages of Color #ec9cfb

%6
%38
%0
%2

Triadic Colors of #ec9cfb

#ec9cfb #fbec9c #9cfbec

Analogous Colors of #ec9cfb

#ec9cfb #fb9cdb #bd9cfb

Monochromatic Colors of #ec9cfb

#ec9cfb

Complementary Color

#ec9cfb #abfb9c

#ec9cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9cfb Color CSS Codes

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

#ec9cfb Text Font Color

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

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


#ec9cfb Background Color

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

This div background color is #ec9cfb


#ec9cfb Border Color

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

This div border color is #ec9cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9cfb


Comments

No comments written yet.

Please login to write comment.