Color Hex Logo

#ec9aff Color Hex

#EC9AFF
(236,154,255)
0 Favorites   0 Comments

Color spaces of #ec9aff

RGB 236154255
HSL0.801.000.80
HSV289°40°100°
CMYK 0.070.400.00   0.00
XYZ64.197748.1641100.5207
Yxy48.16410.30160.2262
Hunter Lab69.400443.6680-37.2964
CIE-Lab74.928346.7636-37.9700

#ec9aff color RGB value is (236,154,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011010 11111111
Octal 354 232 377
Decimal 236 154 255
Hex EC 9A FF

RGB Percentages of Color #ec9aff

%36.59
%23.88
%39.53

CMYK Percentages of Color #ec9aff

%7
%40
%0
%0

Triadic Colors of #ec9aff

#ec9aff #ffec9a #9affec

Analogous Colors of #ec9aff

#ec9aff #ff9ae0 #ba9aff

Monochromatic Colors of #ec9aff

#ec9aff

Complementary Color

#ec9aff #adff9a

#ec9aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9aff Color CSS Codes

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

#ec9aff Text Font Color

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

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


#ec9aff Background Color

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

This div background color is #ec9aff


#ec9aff Border Color

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

This div border color is #ec9aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9aff

Related Colors


Comments

No comments written yet.

Please login to write comment.