Color Hex Logo

#c3908c Color Hex

#C3908C
(195,144,140)
0 Favorites   0 Comments

Color spaces of #c3908c

RGB 195144140
HSL0.010.310.66
HSV28°76°
CMYK 0.000.260.28   0.24
XYZ37.212633.442129.3046
Yxy33.44210.37230.3346
Hunter Lab57.829113.662310.4355
CIE-Lab64.517318.72329.6945

#c3908c color RGB value is (195,144,140).

#c3908c hex color red value is 195, green value is 144 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #c3908c hue: 0.01 , saturation: 0.31 and the lightness value of c3908c is 0.66.

The process color (four color CMYK) of #c3908c color hex is 0.00, 0.26, 0.28, 0.24. Web safe color of #c3908c is #cc9999. Color #c3908c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010000 10001100
Octal 303 220 214
Decimal 195 144 140
Hex C3 90 8C

RGB Percentages of Color #c3908c

%40.71
%30.06
%29.23

CMYK Percentages of Color #c3908c

%0
%26
%28
%24

Triadic Colors of #c3908c

#c3908c #8cc390 #908cc3

Analogous Colors of #c3908c

#c3908c #c3ac8c #c38ca4

Monochromatic Colors of #c3908c

#c3908c

Complementary Color

#c3908c #8cbfc3

#c3908c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3908c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3908c Color CSS Codes

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

#c3908c Text Font Color

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

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


#c3908c Background Color

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

This div background color is #c3908c


#c3908c Border Color

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

This div border color is #c3908c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3908c


Comments

No comments written yet.

Please login to write comment.