Color Hex Logo

#c3907d Color Hex

#C3907D
(195,144,125)
0 Favorites   0 Comments

Color spaces of #c3907d

RGB 195144125
HSL0.050.370.63
HSV16°36°76°
CMYK 0.000.260.36   0.24
XYZ36.180633.029323.8704
Yxy33.02930.38870.3548
Hunter Lab57.471111.799115.6039
CIE-Lab64.184616.744017.6542

#c3907d color RGB value is (195,144,125).

#c3907d hex color red value is 195, green value is 144 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #c3907d hue: 0.05 , saturation: 0.37 and the lightness value of c3907d is 0.63.

The process color (four color CMYK) of #c3907d color hex is 0.00, 0.26, 0.36, 0.24. Web safe color of #c3907d is #cc9966. Color #c3907d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10010000 01111101
Octal 303 220 175
Decimal 195 144 125
Hex C3 90 7D

RGB Percentages of Color #c3907d

%42.03
%31.03
%26.94

CMYK Percentages of Color #c3907d

%0
%26
%36
%24

Triadic Colors of #c3907d

#c3907d #7dc390 #907dc3

Analogous Colors of #c3907d

#c3907d #c3b37d #c37d8d

Monochromatic Colors of #c3907d

#c3907d

Complementary Color

#c3907d #7db0c3

#c3907d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3907d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3907d Color CSS Codes

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

#c3907d Text Font Color

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

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


#c3907d Background Color

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

This div background color is #c3907d


#c3907d Border Color

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

This div border color is #c3907d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3907d


Comments

No comments written yet.

Please login to write comment.