Color Hex Logo

#c3888e Color Hex

#C3888E
(195,136,142)
0 Favorites   0 Comments

Color spaces of #c3888e

RGB 195136142
HSL0.980.330.65
HSV354°30°76°
CMYK 0.000.300.27   0.24
XYZ36.192331.163429.6988
Yxy31.16340.37290.3211
Hunter Lab55.824218.03397.5343
CIE-Lab62.645323.41805.8905

#c3888e color RGB value is (195,136,142).

#c3888e hex color red value is 195, green value is 136 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #c3888e hue: 0.98 , saturation: 0.33 and the lightness value of c3888e is 0.65.

The process color (four color CMYK) of #c3888e color hex is 0.00, 0.30, 0.27, 0.24. Web safe color of #c3888e is #cc9999. Color #c3888e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10001000 10001110
Octal 303 210 216
Decimal 195 136 142
Hex C3 88 8E

RGB Percentages of Color #c3888e

%41.23
%28.75
%30.02

CMYK Percentages of Color #c3888e

%0
%30
%27
%24

Triadic Colors of #c3888e

#c3888e #8ec388 #888ec3

Analogous Colors of #c3888e

#c3888e #c3a088 #c388ac

Monochromatic Colors of #c3888e

#c3888e

Complementary Color

#c3888e #88c3bd

#c3888e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3888e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3888e Color CSS Codes

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

#c3888e Text Font Color

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

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


#c3888e Background Color

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

This div background color is #c3888e


#c3888e Border Color

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

This div border color is #c3888e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,136,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c3888e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c3888e;
  -webkit-box-shadow: 1px 1px 3px 2px #c3888e;
  box-shadow:         1px 1px 3px 2px #c3888e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,136,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3888e


Comments

No comments written yet.

Please login to write comment.