Color Hex Logo

#c3869c Color Hex

#C3869C
(195,134,156)
0 Favorites   0 Comments

Color spaces of #c3869c

RGB 195134156
HSL0.940.340.65
HSV338°31°76°
CMYK 0.000.310.20   0.24
XYZ37.031531.052635.4945
Yxy31.05260.35750.2998
Hunter Lab55.724921.10221.2421
CIE-Lab62.552026.5999-2.2115

#c3869c color RGB value is (195,134,156).

#c3869c hex color red value is 195, green value is 134 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #c3869c hue: 0.94 , saturation: 0.34 and the lightness value of c3869c is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10000110 10011100
Octal 303 206 234
Decimal 195 134 156
Hex C3 86 9C

RGB Percentages of Color #c3869c

%40.21
%27.63
%32.16

CMYK Percentages of Color #c3869c

%0
%31
%20
%24

Triadic Colors of #c3869c

#c3869c #9cc386 #869cc3

Analogous Colors of #c3869c

#c3869c #c38f86 #c386bb

Monochromatic Colors of #c3869c

#c3869c

Complementary Color

#c3869c #86c3ad

#c3869c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3869c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3869c Color CSS Codes

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

#c3869c Text Font Color

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

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


#c3869c Background Color

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

This div background color is #c3869c


#c3869c Border Color

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

This div border color is #c3869c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,134,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 #c3869c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3869c


Comments

No comments written yet.

Please login to write comment.