Color Hex Logo

#ec82cd Color Hex

#EC82CD
(236,130,205)
0 Favorites   0 Comments

Color spaces of #ec82cd

RGB 236130205
HSL0.880.740.72
HSV318°45°93°
CMYK 0.000.450.13   0.07
XYZ53.594138.205962.3074
Yxy38.20590.34780.2479
Hunter Lab61.810946.6020-16.4986
CIE-Lab68.172150.2648-20.9197

#ec82cd color RGB value is (236,130,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000010 11001101
Octal 354 202 315
Decimal 236 130 205
Hex EC 82 CD

RGB Percentages of Color #ec82cd

%41.33
%22.77
%35.90

CMYK Percentages of Color #ec82cd

%0
%45
%13
%7

Triadic Colors of #ec82cd

#ec82cd #cdec82 #82cdec

Analogous Colors of #ec82cd

#ec82cd #ec8298 #d682ec

Monochromatic Colors of #ec82cd

#ec82cd

Complementary Color

#ec82cd #82eca1

#ec82cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec82cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec82cd Color CSS Codes

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

#ec82cd Text Font Color

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

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


#ec82cd Background Color

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

This div background color is #ec82cd


#ec82cd Border Color

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

This div border color is #ec82cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec82cd


Comments

No comments written yet.

Please login to write comment.