Color Hex Logo

#c34555 Color Hex

#C34555
(195,69,85)
0 Favorites   0 Comments

Color spaces of #c34555

RGB 1956985
HSL0.980.510.52
HSV352°65°76°
CMYK 0.000.650.56   0.24
XYZ26.273516.514210.3971
Yxy16.51420.49400.3105
Hunter Lab40.637744.289813.2771
CIE-Lab47.642051.390118.3133

#c34555 color RGB value is (195,69,85).

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

The process color (four color CMYK) of #c34555 color hex is 0.00, 0.65, 0.56, 0.24. Web safe color of #c34555 is #cc3366. Color #c34555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01000101 01010101
Octal 303 105 125
Decimal 195 69 85
Hex C3 45 55

RGB Percentages of Color #c34555

%55.87
%19.77
%24.36

CMYK Percentages of Color #c34555

%0
%65
%56
%24

Triadic Colors of #c34555

#c34555 #55c345 #4555c3

Analogous Colors of #c34555

#c34555 #c37445 #c34594

Monochromatic Colors of #c34555

#c34555

Complementary Color

#c34555 #45c3b3

#c34555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c34555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c34555 Color CSS Codes

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

#c34555 Text Font Color

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

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


#c34555 Background Color

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

This div background color is #c34555


#c34555 Border Color

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

This div border color is #c34555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c34555


Comments

No comments written yet.

Please login to write comment.