Color Hex Logo

#c3759c Color Hex

#C3759C
(195,117,156)
0 Favorites   0 Comments

Color spaces of #c3759c

RGB 195117156
HSL0.920.390.61
HSV330°40°76°
CMYK 0.000.400.20   0.24
XYZ34.867726.725034.7732
Yxy26.72500.36180.2773
Hunter Lab51.696229.9250-3.6938
CIE-Lab58.718935.8659-7.8815

#c3759c color RGB value is (195,117,156).

#c3759c hex color red value is 195, green value is 117 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #c3759c hue: 0.92 , saturation: 0.39 and the lightness value of c3759c is 0.61.

The process color (four color CMYK) of #c3759c color hex is 0.00, 0.40, 0.20, 0.24. Web safe color of #c3759c is #cc6699. Color #c3759c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01110101 10011100
Octal 303 165 234
Decimal 195 117 156
Hex C3 75 9C

RGB Percentages of Color #c3759c

%41.67
%25.00
%33.33

CMYK Percentages of Color #c3759c

%0
%40
%20
%24

Triadic Colors of #c3759c

#c3759c #9cc375 #759cc3

Analogous Colors of #c3759c

#c3759c #c37575 #c375c3

Monochromatic Colors of #c3759c

#c3759c

Complementary Color

#c3759c #75c39c

#c3759c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3759c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3759c Color CSS Codes

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

#c3759c Text Font Color

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

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


#c3759c Background Color

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

This div background color is #c3759c


#c3759c Border Color

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

This div border color is #c3759c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3759c


Comments

No comments written yet.

Please login to write comment.