Color Hex Logo

#ec96fd Color Hex

#EC96FD
(236,150,253)
0 Favorites   0 Comments

Color spaces of #ec96fd

RGB 236150253
HSL0.810.960.79
HSV290°41°99°
CMYK 0.070.410.00   0.01
XYZ63.228046.737498.6172
Yxy46.73740.30310.2241
Hunter Lab68.364845.4496-37.6714
CIE-Lab74.021548.4523-38.2964

#ec96fd color RGB value is (236,150,253).

#ec96fd hex color red value is 236, green value is 150 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ec96fd hue: 0.81 , saturation: 0.96 and the lightness value of ec96fd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010110 11111101
Octal 354 226 375
Decimal 236 150 253
Hex EC 96 FD

RGB Percentages of Color #ec96fd

%36.93
%23.47
%39.59

CMYK Percentages of Color #ec96fd

%7
%41
%0
%1

Triadic Colors of #ec96fd

#ec96fd #fdec96 #96fdec

Analogous Colors of #ec96fd

#ec96fd #fd96db #b996fd

Monochromatic Colors of #ec96fd

#ec96fd

Complementary Color

#ec96fd #a7fd96

#ec96fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec96fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec96fd Color CSS Codes

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

#ec96fd Text Font Color

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

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


#ec96fd Background Color

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

This div background color is #ec96fd


#ec96fd Border Color

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

This div border color is #ec96fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec96fd

Related Colors


Comments

No comments written yet.

Please login to write comment.