Color Hex Logo

#c45fac Color Hex

#C45FAC
(196,95,172)
0 Favorites   0 Comments

Color spaces of #c45fac

RGB 19695172
HSL0.870.460.57
HSV314°52°77°
CMYK 0.000.520.12   0.23
XYZ34.303622.898741.6416
Yxy22.89870.34700.2317
Hunter Lab47.852644.2175-18.0977
CIE-Lab54.967850.0936-22.8146

#c45fac color RGB value is (196,95,172).

#c45fac hex color red value is 196, green value is 95 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #c45fac hue: 0.87 , saturation: 0.46 and the lightness value of c45fac is 0.57.

The process color (four color CMYK) of #c45fac color hex is 0.00, 0.52, 0.12, 0.23. Web safe color of #c45fac is #cc6699. Color #c45fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011111 10101100
Octal 304 137 254
Decimal 196 95 172
Hex C4 5F AC

RGB Percentages of Color #c45fac

%42.33
%20.52
%37.15

CMYK Percentages of Color #c45fac

%0
%52
%12
%23

Triadic Colors of #c45fac

#c45fac #acc45f #5facc4

Analogous Colors of #c45fac

#c45fac #c45f7a #aa5fc4

Monochromatic Colors of #c45fac

#c45fac

Complementary Color

#c45fac #5fc477

#c45fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45fac Color CSS Codes

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

#c45fac Text Font Color

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

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


#c45fac Background Color

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

This div background color is #c45fac


#c45fac Border Color

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

This div border color is #c45fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45fac


Comments

No comments written yet.

Please login to write comment.