Color Hex Logo

#c34176 Color Hex

#C34176
(195,65,118)
0 Favorites   0 Comments

Color spaces of #c34176

RGB 19565118
HSL0.930.520.51
HSV336°67°76°
CMYK 0.000.670.39   0.24
XYZ27.666016.690718.9030
Yxy16.69070.43730.2638
Hunter Lab40.854349.38311.1649
CIE-Lab47.867956.0717-1.4545

#c34176 color RGB value is (195,65,118).

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

The process color (four color CMYK) of #c34176 color hex is 0.00, 0.67, 0.39, 0.24. Web safe color of #c34176 is #cc3366. Color #c34176 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000001 01110110
Octal 303 101 166
Decimal 195 65 118
Hex C3 41 76

RGB Percentages of Color #c34176

%51.59
%17.20
%31.22

CMYK Percentages of Color #c34176

%0
%67
%39
%24

Triadic Colors of #c34176

#c34176 #76c341 #4176c3

Analogous Colors of #c34176

#c34176 #c34d41 #c341b7

Monochromatic Colors of #c34176

#c34176

Complementary Color

#c34176 #41c38e

#c34176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34176 Color CSS Codes

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

#c34176 Text Font Color

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

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


#c34176 Background Color

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

This div background color is #c34176


#c34176 Border Color

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

This div border color is #c34176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34176


Comments

No comments written yet.

Please login to write comment.