Color Hex Logo

#c3554d Color Hex

#C3554D
(195,85,77)
0 Favorites   0 Comments

Color spaces of #c3554d

RGB 1958577
HSL0.010.500.53
HSV61°76°
CMYK 0.000.560.61   0.24
XYZ27.093718.63499.1901
Yxy18.63490.49330.3393
Hunter Lab43.168236.488017.5954
CIE-Lab50.257343.471926.5063

#c3554d color RGB value is (195,85,77).

#c3554d hex color red value is 195, green value is 85 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #c3554d hue: 0.01 , saturation: 0.50 and the lightness value of c3554d is 0.53.

The process color (four color CMYK) of #c3554d color hex is 0.00, 0.56, 0.61, 0.24. Web safe color of #c3554d is #cc6666. Color #c3554d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010101 01001101
Octal 303 125 115
Decimal 195 85 77
Hex C3 55 4D

RGB Percentages of Color #c3554d

%54.62
%23.81
%21.57

CMYK Percentages of Color #c3554d

%0
%56
%61
%24

Triadic Colors of #c3554d

#c3554d #4dc355 #554dc3

Analogous Colors of #c3554d

#c3554d #c3904d #c34d80

Monochromatic Colors of #c3554d

#c3554d

Complementary Color

#c3554d #4dbbc3

#c3554d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3554d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3554d Color CSS Codes

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

#c3554d Text Font Color

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

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


#c3554d Background Color

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

This div background color is #c3554d


#c3554d Border Color

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

This div border color is #c3554d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3554d


Comments

No comments written yet.

Please login to write comment.