Color Hex Logo

#c34152 Color Hex

#C34152
(195,65,82)
0 Favorites   0 Comments

Color spaces of #c34152

RGB 1956582
HSL0.980.520.51
HSV352°67°76°
CMYK 0.000.670.58   0.24
XYZ25.919015.99199.7033
Yxy15.99190.50220.3098
Hunter Lab39.989945.710513.6066
CIE-Lab46.963952.841619.2244

#c34152 color RGB value is (195,65,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000001 01010010
Octal 303 101 122
Decimal 195 65 82
Hex C3 41 52

RGB Percentages of Color #c34152

%57.02
%19.01
%23.98

CMYK Percentages of Color #c34152

%0
%67
%58
%24

Triadic Colors of #c34152

#c34152 #52c341 #4152c3

Analogous Colors of #c34152

#c34152 #c37141 #c34193

Monochromatic Colors of #c34152

#c34152

Complementary Color

#c34152 #41c3b2

#c34152 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34152 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34152 Color CSS Codes

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

#c34152 Text Font Color

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

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


#c34152 Background Color

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

This div background color is #c34152


#c34152 Border Color

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

This div border color is #c34152


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34152


Comments

No comments written yet.

Please login to write comment.