Color Hex Logo

#ec9afe Color Hex

#EC9AFE
(236,154,254)
0 Favorites   0 Comments

Color spaces of #ec9afe

RGB 236154254
HSL0.800.980.80
HSV289°39°100°
CMYK 0.070.390.00   0.00
XYZ64.037148.099899.6750
Yxy48.09980.30230.2271
Hunter Lab69.354043.4460-36.6633
CIE-Lab74.887846.5720-37.4921

#ec9afe color RGB value is (236,154,254).

#ec9afe hex color red value is 236, green value is 154 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ec9afe hue: 0.80 , saturation: 0.98 and the lightness value of ec9afe is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011010 11111110
Octal 354 232 376
Decimal 236 154 254
Hex EC 9A FE

RGB Percentages of Color #ec9afe

%36.65
%23.91
%39.44

CMYK Percentages of Color #ec9afe

%7
%39
%0
%0

Triadic Colors of #ec9afe

#ec9afe #feec9a #9afeec

Analogous Colors of #ec9afe

#ec9afe #fe9ade #ba9afe

Monochromatic Colors of #ec9afe

#ec9afe

Complementary Color

#ec9afe #acfe9a

#ec9afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9afe Color CSS Codes

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

#ec9afe Text Font Color

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

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


#ec9afe Background Color

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

This div background color is #ec9afe


#ec9afe Border Color

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

This div border color is #ec9afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9afe

Related Colors


Comments

No comments written yet.

Please login to write comment.