Color Hex Logo

#c3558b Color Hex

#C3558B
(195,85,139)
0 Favorites   0 Comments

Color spaces of #c3558b

RGB 19585139
HSL0.920.480.55
HSV331°56°76°
CMYK 0.000.560.29   0.24
XYZ30.414419.963226.6764
Yxy19.96320.39470.2591
Hunter Lab44.680243.3170-4.1231
CIE-Lab51.795649.7705-8.2577

#c3558b color RGB value is (195,85,139).

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

The process color (four color CMYK) of #c3558b color hex is 0.00, 0.56, 0.29, 0.24. Web safe color of #c3558b is #cc6699. Color #c3558b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010101 10001011
Octal 303 125 213
Decimal 195 85 139
Hex C3 55 8B

RGB Percentages of Color #c3558b

%46.54
%20.29
%33.17

CMYK Percentages of Color #c3558b

%0
%56
%29
%24

Triadic Colors of #c3558b

#c3558b #8bc355 #558bc3

Analogous Colors of #c3558b

#c3558b #c35655 #c355c2

Monochromatic Colors of #c3558b

#c3558b

Complementary Color

#c3558b #55c38d

#c3558b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3558b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3558b Color CSS Codes

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

#c3558b Text Font Color

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

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


#c3558b Background Color

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

This div background color is #c3558b


#c3558b Border Color

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

This div border color is #c3558b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3558b


Comments

No comments written yet.

Please login to write comment.