Color Hex Logo

#c34373 Color Hex

#C34373
(195,67,115)
0 Favorites   0 Comments

Color spaces of #c34373

RGB 19567115
HSL0.940.520.51
HSV338°66°76°
CMYK 0.000.660.41   0.24
XYZ27.607316.854218.0178
Yxy16.85420.44190.2698
Hunter Lab41.053948.19082.7164
CIE-Lab48.075854.94120.6734

#c34373 color RGB value is (195,67,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000011 01110011
Octal 303 103 163
Decimal 195 67 115
Hex C3 43 73

RGB Percentages of Color #c34373

%51.72
%17.77
%30.50

CMYK Percentages of Color #c34373

%0
%66
%41
%24

Triadic Colors of #c34373

#c34373 #73c343 #4373c3

Analogous Colors of #c34373

#c34373 #c35343 #c343b3

Monochromatic Colors of #c34373

#c34373

Complementary Color

#c34373 #43c393

#c34373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34373 Color CSS Codes

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

#c34373 Text Font Color

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

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


#c34373 Background Color

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

This div background color is #c34373


#c34373 Border Color

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

This div border color is #c34373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34373


Comments

No comments written yet.

Please login to write comment.