Color Hex Logo

#c34174 Color Hex

#C34174
(195,65,116)
0 Favorites   0 Comments

Color spaces of #c34174

RGB 19565116
HSL0.930.520.51
HSV336°67°76°
CMYK 0.000.670.41   0.24
XYZ27.548416.643618.2836
Yxy16.64360.44090.2664
Hunter Lab40.796649.14041.9859
CIE-Lab47.807855.8607-0.3259

#c34174 color RGB value is (195,65,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000001 01110100
Octal 303 101 164
Decimal 195 65 116
Hex C3 41 74

RGB Percentages of Color #c34174

%51.86
%17.29
%30.85

CMYK Percentages of Color #c34174

%0
%67
%41
%24

Triadic Colors of #c34174

#c34174 #74c341 #4174c3

Analogous Colors of #c34174

#c34174 #c34f41 #c341b5

Monochromatic Colors of #c34174

#c34174

Complementary Color

#c34174 #41c390

#c34174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34174 Color CSS Codes

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

#c34174 Text Font Color

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

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


#c34174 Background Color

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

This div background color is #c34174


#c34174 Border Color

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

This div border color is #c34174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34174


Comments

No comments written yet.

Please login to write comment.