Color Hex Logo

#c34879 Color Hex

#C34879
(195,72,121)
0 Favorites   0 Comments

Color spaces of #c34879

RGB 19572121
HSL0.930.510.52
HSV336°63°76°
CMYK 0.000.630.38   0.24
XYZ28.274217.617319.9994
Yxy17.61730.42910.2674
Hunter Lab41.973046.79001.1304
CIE-Lab49.028653.4794-1.5700

#c34879 color RGB value is (195,72,121).

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

The process color (four color CMYK) of #c34879 color hex is 0.00, 0.63, 0.38, 0.24. Web safe color of #c34879 is #cc3366. Color #c34879 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01001000 01111001
Octal 303 110 171
Decimal 195 72 121
Hex C3 48 79

RGB Percentages of Color #c34879

%50.26
%18.56
%31.19

CMYK Percentages of Color #c34879

%0
%63
%38
%24

Triadic Colors of #c34879

#c34879 #79c348 #4879c3

Analogous Colors of #c34879

#c34879 #c35548 #c348b7

Monochromatic Colors of #c34879

#c34879

Complementary Color

#c34879 #48c392

#c34879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34879 Color CSS Codes

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

#c34879 Text Font Color

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

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


#c34879 Background Color

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

This div background color is #c34879


#c34879 Border Color

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

This div border color is #c34879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34879


Comments

No comments written yet.

Please login to write comment.