Color Hex Logo

#c35684 Color Hex

#C35684
(195,86,132)
0 Favorites   0 Comments

Color spaces of #c35684

RGB 19586132
HSL0.930.480.55
HSV335°56°76°
CMYK 0.000.560.32   0.24
XYZ29.998319.923624.0944
Yxy19.92360.40530.2692
Hunter Lab44.635941.8513-0.7596
CIE-Lab51.750748.3970-4.1596

#c35684 color RGB value is (195,86,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010110 10000100
Octal 303 126 204
Decimal 195 86 132
Hex C3 56 84

RGB Percentages of Color #c35684

%47.22
%20.82
%31.96

CMYK Percentages of Color #c35684

%0
%56
%32
%24

Triadic Colors of #c35684

#c35684 #84c356 #5684c3

Analogous Colors of #c35684

#c35684 #c35f56 #c356bb

Monochromatic Colors of #c35684

#c35684

Complementary Color

#c35684 #56c395

#c35684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35684 Color CSS Codes

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

#c35684 Text Font Color

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

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


#c35684 Background Color

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

This div background color is #c35684


#c35684 Border Color

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

This div border color is #c35684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35684


Comments

No comments written yet.

Please login to write comment.