Color Hex Logo

#c35479 Color Hex

#C35479
(195,84,121)
0 Favorites   0 Comments

Color spaces of #c35479

RGB 19584121
HSL0.940.480.55
HSV340°57°76°
CMYK 0.000.570.38   0.24
XYZ29.127219.323220.2837
Yxy19.32320.42380.2811
Hunter Lab43.958241.34943.4124
CIE-Lab51.063248.03291.4018

#c35479 color RGB value is (195,84,121).

#c35479 hex color red value is 195, green value is 84 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #c35479 hue: 0.94 , saturation: 0.48 and the lightness value of c35479 is 0.55.

The process color (four color CMYK) of #c35479 color hex is 0.00, 0.57, 0.38, 0.24. Web safe color of #c35479 is #cc6666. Color #c35479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010100 01111001
Octal 303 124 171
Decimal 195 84 121
Hex C3 54 79

RGB Percentages of Color #c35479

%48.75
%21.00
%30.25

CMYK Percentages of Color #c35479

%0
%57
%38
%24

Triadic Colors of #c35479

#c35479 #79c354 #5479c3

Analogous Colors of #c35479

#c35479 #c36754 #c354b1

Monochromatic Colors of #c35479

#c35479

Complementary Color

#c35479 #54c39e

#c35479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35479 Color CSS Codes

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

#c35479 Text Font Color

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

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


#c35479 Background Color

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

This div background color is #c35479


#c35479 Border Color

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

This div border color is #c35479


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,84,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 #c35479">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35479


Comments

No comments written yet.

Please login to write comment.