Color Hex Logo

#ec93fa Color Hex

#EC93FA
(236,147,250)
0 Favorites   0 Comments

Color spaces of #ec93fa

RGB 236147250
HSL0.810.910.78
HSV292°41°98°
CMYK 0.060.410.00   0.02
XYZ62.281145.602495.9621
Yxy45.60240.30550.2237
Hunter Lab67.529546.4501-36.9827
CIE-Lab73.286849.4293-37.8107

#ec93fa color RGB value is (236,147,250).

#ec93fa hex color red value is 236, green value is 147 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ec93fa hue: 0.81 , saturation: 0.91 and the lightness value of ec93fa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10010011 11111010
Octal 354 223 372
Decimal 236 147 250
Hex EC 93 FA

RGB Percentages of Color #ec93fa

%37.28
%23.22
%39.49

CMYK Percentages of Color #ec93fa

%6
%41
%0
%2

Triadic Colors of #ec93fa

#ec93fa #faec93 #93faec

Analogous Colors of #ec93fa

#ec93fa #fa93d5 #b993fa

Monochromatic Colors of #ec93fa

#ec93fa

Complementary Color

#ec93fa #a1fa93

#ec93fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec93fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec93fa Color CSS Codes

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

#ec93fa Text Font Color

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

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


#ec93fa Background Color

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

This div background color is #ec93fa


#ec93fa Border Color

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

This div border color is #ec93fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec93fa


Comments

No comments written yet.

Please login to write comment.