Color Hex Logo

#ec81eb Color Hex

#EC81EB
(236,129,235)
0 Favorites   0 Comments

Color spaces of #ec81eb

RGB 236129235
HSL0.830.740.72
HSV301°45°93°
CMYK 0.000.450.00   0.07
XYZ57.437739.531583.2003
Yxy39.53150.31880.2194
Hunter Lab62.874153.0364-34.4457
CIE-Lab69.134555.7641-36.0621

#ec81eb color RGB value is (236,129,235).

#ec81eb hex color red value is 236, green value is 129 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ec81eb hue: 0.83 , saturation: 0.74 and the lightness value of ec81eb is 0.72.

The process color (four color CMYK) of #ec81eb color hex is 0.00, 0.45, 0.00, 0.07. Web safe color of #ec81eb is #ff99ff. Color #ec81eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000001 11101011
Octal 354 201 353
Decimal 236 129 235
Hex EC 81 EB

RGB Percentages of Color #ec81eb

%39.33
%21.50
%39.17

CMYK Percentages of Color #ec81eb

%0
%45
%0
%7

Triadic Colors of #ec81eb

#ec81eb #ebec81 #81ebec

Analogous Colors of #ec81eb

#ec81eb #ec81b6 #b881ec

Monochromatic Colors of #ec81eb

#ec81eb

Complementary Color

#ec81eb #81ec82

#ec81eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec81eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec81eb Color CSS Codes

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

#ec81eb Text Font Color

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

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


#ec81eb Background Color

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

This div background color is #ec81eb


#ec81eb Border Color

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

This div border color is #ec81eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec81eb


Comments

No comments written yet.

Please login to write comment.