Color Hex Logo

#c45985 Color Hex

#C45985
(196,89,133)
0 Favorites   0 Comments

Color spaces of #c45985

RGB 19689133
HSL0.930.480.56
HSV335°55°77°
CMYK 0.000.550.32   0.23
XYZ30.571020.574024.5502
Yxy20.57400.40390.2718
Hunter Lab45.358640.9288-0.3395
CIE-Lab52.480147.4060-3.6602

#c45985 color RGB value is (196,89,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011001 10000101
Octal 304 131 205
Decimal 196 89 133
Hex C4 59 85

RGB Percentages of Color #c45985

%46.89
%21.29
%31.82

CMYK Percentages of Color #c45985

%0
%55
%32
%23

Triadic Colors of #c45985

#c45985 #85c459 #5985c4

Analogous Colors of #c45985

#c45985 #c46359 #c459bb

Monochromatic Colors of #c45985

#c45985

Complementary Color

#c45985 #59c498

#c45985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45985 Color CSS Codes

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

#c45985 Text Font Color

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

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


#c45985 Background Color

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

This div background color is #c45985


#c45985 Border Color

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

This div border color is #c45985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45985


Comments

No comments written yet.

Please login to write comment.