Color Hex Logo

#ec8382 Color Hex

#EC8382
(236,131,130)
0 Favorites   0 Comments

Color spaces of #ec8382

RGB 236131130
HSL0.000.740.72
HSV45°93°
CMYK 0.000.440.45   0.07
XYZ46.737635.677225.5421
Yxy35.67720.43290.3305
Hunter Lab59.730435.143816.4575
CIE-Lab66.272540.027518.5021

#ec8382 color RGB value is (236,131,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000011 10000010
Octal 354 203 202
Decimal 236 131 130
Hex EC 83 82

RGB Percentages of Color #ec8382

%47.48
%26.36
%26.16

CMYK Percentages of Color #ec8382

%0
%44
%45
%7

Triadic Colors of #ec8382

#ec8382 #82ec83 #8382ec

Analogous Colors of #ec8382

#ec8382 #ecb882 #ec82b6

Monochromatic Colors of #ec8382

#ec8382

Complementary Color

#ec8382 #82ebec

#ec8382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8382 Color CSS Codes

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

#ec8382 Text Font Color

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

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


#ec8382 Background Color

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

This div background color is #ec8382


#ec8382 Border Color

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

This div border color is #ec8382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8382


Comments

No comments written yet.

Please login to write comment.