Color Hex Logo

#ec82eb Color Hex

#EC82EB
(236,130,235)
0 Favorites   0 Comments

Color spaces of #ec82eb

RGB 236130235
HSL0.830.740.72
HSV301°45°93°
CMYK 0.000.450.00   0.07
XYZ57.570139.796383.2444
Yxy39.79630.31880.2203
Hunter Lab63.084352.4997-34.0785
CIE-Lab69.324255.2712-35.7674

#ec82eb color RGB value is (236,130,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000010 11101011
Octal 354 202 353
Decimal 236 130 235
Hex EC 82 EB

RGB Percentages of Color #ec82eb

%39.27
%21.63
%39.10

CMYK Percentages of Color #ec82eb

%0
%45
%0
%7

Triadic Colors of #ec82eb

#ec82eb #ebec82 #82ebec

Analogous Colors of #ec82eb

#ec82eb #ec82b6 #b882ec

Monochromatic Colors of #ec82eb

#ec82eb

Complementary Color

#ec82eb #82ec83

#ec82eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec82eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec82eb Color CSS Codes

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

#ec82eb Text Font Color

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

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


#ec82eb Background Color

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

This div background color is #ec82eb


#ec82eb Border Color

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

This div border color is #ec82eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec82eb


Comments

No comments written yet.

Please login to write comment.