Color Hex Logo

#c45586 Color Hex

#C45586
(196,85,134)
0 Favorites   0 Comments

Color spaces of #c45586

RGB 19685134
HSL0.930.480.55
HSV334°57°77°
CMYK 0.000.570.32   0.23
XYZ30.316519.954024.8079
Yxy19.95400.40380.2658
Hunter Lab44.669942.9718-1.6584
CIE-Lab51.785249.4480-5.2827

#c45586 color RGB value is (196,85,134).

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

The process color (four color CMYK) of #c45586 color hex is 0.00, 0.57, 0.32, 0.23. Web safe color of #c45586 is #cc6699. Color #c45586 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01010101 10000110
Octal 304 125 206
Decimal 196 85 134
Hex C4 55 86

RGB Percentages of Color #c45586

%47.23
%20.48
%32.29

CMYK Percentages of Color #c45586

%0
%57
%32
%23

Triadic Colors of #c45586

#c45586 #86c455 #5586c4

Analogous Colors of #c45586

#c45586 #c45c55 #c455be

Monochromatic Colors of #c45586

#c45586

Complementary Color

#c45586 #55c493

#c45586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45586 Color CSS Codes

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

#c45586 Text Font Color

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

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


#c45586 Background Color

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

This div background color is #c45586


#c45586 Border Color

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

This div border color is #c45586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45586


Comments

No comments written yet.

Please login to write comment.