Color Hex Logo

#c28589 Color Hex

#C28589
(194,133,137)
0 Favorites   0 Comments

Color spaces of #c28589

RGB 194133137
HSL0.990.330.64
HSV356°31°76°
CMYK 0.000.310.29   0.24
XYZ35.151030.050527.6146
Yxy30.05050.37870.3238
Hunter Lab54.818318.52698.5056
CIE-Lab61.697823.99287.3648

#c28589 color RGB value is (194,133,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000101 10001001
Octal 302 205 211
Decimal 194 133 137
Hex C2 85 89

RGB Percentages of Color #c28589

%41.81
%28.66
%29.53

CMYK Percentages of Color #c28589

%0
%31
%29
%24

Triadic Colors of #c28589

#c28589 #89c285 #8589c2

Analogous Colors of #c28589

#c28589 #c2a085 #c285a8

Monochromatic Colors of #c28589

#c28589

Complementary Color

#c28589 #85c2be

#c28589 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28589 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28589 Color CSS Codes

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

#c28589 Text Font Color

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

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


#c28589 Background Color

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

This div background color is #c28589


#c28589 Border Color

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

This div border color is #c28589


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,133,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28589


Comments

No comments written yet.

Please login to write comment.