Color Hex Logo

#ec9eff Color Hex

#EC9EFF
(236,158,255)
0 Favorites   0 Comments

Color spaces of #ec9eff

RGB 236158255
HSL0.801.000.81
HSV288°38°100°
CMYK 0.070.380.00   0.00
XYZ64.868949.5066100.7445
Yxy49.50660.30150.2301
Hunter Lab70.360941.4355-35.6402
CIE-Lab75.765444.6790-36.6712

#ec9eff color RGB value is (236,158,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10011110 11111111
Octal 354 236 377
Decimal 236 158 255
Hex EC 9E FF

RGB Percentages of Color #ec9eff

%36.36
%24.35
%39.29

CMYK Percentages of Color #ec9eff

%7
%38
%0
%0

Triadic Colors of #ec9eff

#ec9eff #ffec9e #9effec

Analogous Colors of #ec9eff

#ec9eff #ff9ee2 #bc9eff

Monochromatic Colors of #ec9eff

#ec9eff

Complementary Color

#ec9eff #b1ff9e

#ec9eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec9eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec9eff Color CSS Codes

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

#ec9eff Text Font Color

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

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


#ec9eff Background Color

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

This div background color is #ec9eff


#ec9eff Border Color

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

This div border color is #ec9eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec9eff


Comments

No comments written yet.

Please login to write comment.