Color Hex Logo

#ec8afb Color Hex

#EC8AFB
(236,138,251)
0 Favorites   0 Comments

Color spaces of #ec8afb

RGB 236138251
HSL0.810.930.76
HSV292°45°98°
CMYK 0.060.450.00   0.02
XYZ61.093142.974996.3418
Yxy42.97490.30480.2144
Hunter Lab65.555251.6284-41.2456
CIE-Lab71.537954.1884-41.0786

#ec8afb color RGB value is (236,138,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001010 11111011
Octal 354 212 373
Decimal 236 138 251
Hex EC 8A FB

RGB Percentages of Color #ec8afb

%37.76
%22.08
%40.16

CMYK Percentages of Color #ec8afb

%6
%45
%0
%2

Triadic Colors of #ec8afb

#ec8afb #fbec8a #8afbec

Analogous Colors of #ec8afb

#ec8afb #fb8ad2 #b48afb

Monochromatic Colors of #ec8afb

#ec8afb

Complementary Color

#ec8afb #99fb8a

#ec8afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8afb Color CSS Codes

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

#ec8afb Text Font Color

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

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


#ec8afb Background Color

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

This div background color is #ec8afb


#ec8afb Border Color

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

This div border color is #ec8afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8afb


Comments

No comments written yet.

Please login to write comment.