Color Hex Logo

#c34161 Color Hex

#C34161
(195,65,97)
0 Favorites   0 Comments

Color spaces of #c34161

RGB 1956597
HSL0.960.520.51
HSV345°67°76°
CMYK 0.000.670.50   0.24
XYZ26.553616.245813.0455
Yxy16.24580.47550.2909
Hunter Lab40.306147.06009.0244
CIE-Lab47.295354.037710.5329

#c34161 color RGB value is (195,65,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000001 01100001
Octal 303 101 141
Decimal 195 65 97
Hex C3 41 61

RGB Percentages of Color #c34161

%54.62
%18.21
%27.17

CMYK Percentages of Color #c34161

%0
%67
%50
%24

Triadic Colors of #c34161

#c34161 #61c341 #4161c3

Analogous Colors of #c34161

#c34161 #c36241 #c341a2

Monochromatic Colors of #c34161

#c34161

Complementary Color

#c34161 #41c3a3

#c34161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34161 Color CSS Codes

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

#c34161 Text Font Color

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

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


#c34161 Background Color

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

This div background color is #c34161


#c34161 Border Color

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

This div border color is #c34161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34161


Comments

No comments written yet.

Please login to write comment.