Color Hex Logo

#ec89fb Color Hex

#EC89FB
(236,137,251)
0 Favorites   0 Comments

Color spaces of #ec89fb

RGB 236137251
HSL0.810.930.76
HSV292°45°98°
CMYK 0.060.450.00   0.02
XYZ60.950342.689296.2942
Yxy42.68920.30490.2135
Hunter Lab65.337052.1759-41.6462
CIE-Lab71.343554.6899-41.3821

#ec89fb color RGB value is (236,137,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001001 11111011
Octal 354 211 373
Decimal 236 137 251
Hex EC 89 FB

RGB Percentages of Color #ec89fb

%37.82
%21.96
%40.22

CMYK Percentages of Color #ec89fb

%6
%45
%0
%2

Triadic Colors of #ec89fb

#ec89fb #fbec89 #89fbec

Analogous Colors of #ec89fb

#ec89fb #fb89d1 #b389fb

Monochromatic Colors of #ec89fb

#ec89fb

Complementary Color

#ec89fb #98fb89

#ec89fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec89fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec89fb Color CSS Codes

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

#ec89fb Text Font Color

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

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


#ec89fb Background Color

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

This div background color is #ec89fb


#ec89fb Border Color

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

This div border color is #ec89fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec89fb


Comments

No comments written yet.

Please login to write comment.