Color Hex Logo

#c3476a Color Hex

#C3476A
(195,71,106)
0 Favorites   0 Comments

Color spaces of #c3476a

RGB 19571106
HSL0.950.510.52
HSV343°64°76°
CMYK 0.000.640.46   0.24
XYZ27.360417.149215.5037
Yxy17.14920.45590.2858
Hunter Lab41.411645.46366.7911
CIE-Lab48.447552.34906.6792

#c3476a color RGB value is (195,71,106).

#c3476a hex color red value is 195, green value is 71 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #c3476a hue: 0.95 , saturation: 0.51 and the lightness value of c3476a is 0.52.

The process color (four color CMYK) of #c3476a color hex is 0.00, 0.64, 0.46, 0.24. Web safe color of #c3476a is #cc3366. Color #c3476a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000111 01101010
Octal 303 107 152
Decimal 195 71 106
Hex C3 47 6A

RGB Percentages of Color #c3476a

%52.42
%19.09
%28.49

CMYK Percentages of Color #c3476a

%0
%64
%46
%24

Triadic Colors of #c3476a

#c3476a #6ac347 #476ac3

Analogous Colors of #c3476a

#c3476a #c36247 #c347a8

Monochromatic Colors of #c3476a

#c3476a

Complementary Color

#c3476a #47c3a0

#c3476a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3476a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3476a Color CSS Codes

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

#c3476a Text Font Color

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

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


#c3476a Background Color

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

This div background color is #c3476a


#c3476a Border Color

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

This div border color is #c3476a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3476a


Comments

No comments written yet.

Please login to write comment.