Color Hex Logo

#ec89fe Color Hex

#EC89FE
(236,137,254)
0 Favorites   0 Comments

Color spaces of #ec89fe

RGB 236137254
HSL0.810.980.77
HSV291°46°100°
CMYK 0.070.460.00   0.00
XYZ61.427142.879998.8050
Yxy42.87990.30240.2111
Hunter Lab65.482752.8499-43.6230
CIE-Lab71.473455.2516-42.8125

#ec89fe color RGB value is (236,137,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001001 11111110
Octal 354 211 376
Decimal 236 137 254
Hex EC 89 FE

RGB Percentages of Color #ec89fe

%37.64
%21.85
%40.51

CMYK Percentages of Color #ec89fe

%7
%46
%0
%0

Triadic Colors of #ec89fe

#ec89fe #feec89 #89feec

Analogous Colors of #ec89fe

#ec89fe #fe89d6 #b289fe

Monochromatic Colors of #ec89fe

#ec89fe

Complementary Color

#ec89fe #9bfe89

#ec89fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec89fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec89fe Color CSS Codes

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

#ec89fe Text Font Color

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

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


#ec89fe Background Color

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

This div background color is #ec89fe


#ec89fe Border Color

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

This div border color is #ec89fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec89fe


Comments

No comments written yet.

Please login to write comment.