Color Hex Logo

#c45fab Color Hex

#C45FAB
(196,95,171)
0 Favorites   0 Comments

Color spaces of #c45fab

RGB 19695171
HSL0.870.460.57
HSV315°52°77°
CMYK 0.000.520.13   0.23
XYZ34.207822.860541.1376
Yxy22.86050.34830.2328
Hunter Lab47.812744.0366-17.5438
CIE-Lab54.928449.9321-22.2946

#c45fab color RGB value is (196,95,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011111 10101011
Octal 304 137 253
Decimal 196 95 171
Hex C4 5F AB

RGB Percentages of Color #c45fab

%42.42
%20.56
%37.01

CMYK Percentages of Color #c45fab

%0
%52
%13
%23

Triadic Colors of #c45fab

#c45fab #abc45f #5fabc4

Analogous Colors of #c45fab

#c45fab #c45f79 #ab5fc4

Monochromatic Colors of #c45fab

#c45fab

Complementary Color

#c45fab #5fc478

#c45fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45fab Color CSS Codes

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

#c45fab Text Font Color

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

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


#c45fab Background Color

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

This div background color is #c45fab


#c45fab Border Color

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

This div border color is #c45fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45fab


Comments

No comments written yet.

Please login to write comment.