Color Hex Logo

#c36584 Color Hex

#C36584
(195,101,132)
0 Favorites   0 Comments

Color spaces of #c36584

RGB 195101132
HSL0.950.440.58
HSV340°48°76°
CMYK 0.000.480.32   0.24
XYZ31.324222.575424.5363
Yxy22.57540.39940.2878
Hunter Lab47.513634.53072.6418
CIE-Lab54.632340.92000.0735

#c36584 color RGB value is (195,101,132).

#c36584 hex color red value is 195, green value is 101 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #c36584 hue: 0.95 , saturation: 0.44 and the lightness value of c36584 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100101 10000100
Octal 303 145 204
Decimal 195 101 132
Hex C3 65 84

RGB Percentages of Color #c36584

%45.56
%23.60
%30.84

CMYK Percentages of Color #c36584

%0
%48
%32
%24

Triadic Colors of #c36584

#c36584 #84c365 #6584c3

Analogous Colors of #c36584

#c36584 #c37565 #c365b3

Monochromatic Colors of #c36584

#c36584

Complementary Color

#c36584 #65c3a4

#c36584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36584 Color CSS Codes

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

#c36584 Text Font Color

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

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


#c36584 Background Color

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

This div background color is #c36584


#c36584 Border Color

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

This div border color is #c36584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36584


Comments

No comments written yet.

Please login to write comment.