Color Hex Logo

#c28582 Color Hex

#C28582
(194,133,130)
0 Favorites   0 Comments

Color spaces of #c28582

RGB 194133130
HSL0.010.340.64
HSV33°76°
CMYK 0.000.310.33   0.24
XYZ34.664929.856125.0549
Yxy29.85610.38700.3333
Hunter Lab54.640717.621811.0617
CIE-Lab61.529923.054411.1144

#c28582 color RGB value is (194,133,130).

#c28582 hex color red value is 194, green value is 133 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #c28582 hue: 0.01 , saturation: 0.34 and the lightness value of c28582 is 0.64.

The process color (four color CMYK) of #c28582 color hex is 0.00, 0.31, 0.33, 0.24. Web safe color of #c28582 is #cc9999. Color #c28582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000101 10000010
Octal 302 205 202
Decimal 194 133 130
Hex C2 85 82

RGB Percentages of Color #c28582

%42.45
%29.10
%28.45

CMYK Percentages of Color #c28582

%0
%31
%33
%24

Triadic Colors of #c28582

#c28582 #82c285 #8582c2

Analogous Colors of #c28582

#c28582 #c2a582 #c2829f

Monochromatic Colors of #c28582

#c28582

Complementary Color

#c28582 #82bfc2

#c28582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28582 Color CSS Codes

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

#c28582 Text Font Color

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

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


#c28582 Background Color

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

This div background color is #c28582


#c28582 Border Color

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

This div border color is #c28582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28582


Comments

No comments written yet.

Please login to write comment.