Color Hex Logo

#c473ab Color Hex

#C473AB
(196,115,171)
0 Favorites   0 Comments

Color spaces of #c473ab

RGB 196115171
HSL0.880.410.61
HSV319°41°77°
CMYK 0.000.410.13   0.23
XYZ36.246426.937541.8171
Yxy26.93750.34520.2565
Hunter Lab51.901333.8319-11.4392
CIE-Lab58.916439.6713-16.2104

#c473ab color RGB value is (196,115,171).

#c473ab hex color red value is 196, green value is 115 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c473ab hue: 0.88 , saturation: 0.41 and the lightness value of c473ab is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110011 10101011
Octal 304 163 253
Decimal 196 115 171
Hex C4 73 AB

RGB Percentages of Color #c473ab

%40.66
%23.86
%35.48

CMYK Percentages of Color #c473ab

%0
%41
%13
%23

Triadic Colors of #c473ab

#c473ab #abc473 #73abc4

Analogous Colors of #c473ab

#c473ab #c47383 #b573c4

Monochromatic Colors of #c473ab

#c473ab

Complementary Color

#c473ab #73c48c

#c473ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c473ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c473ab Color CSS Codes

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

#c473ab Text Font Color

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

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


#c473ab Background Color

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

This div background color is #c473ab


#c473ab Border Color

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

This div border color is #c473ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c473ab


Comments

No comments written yet.

Please login to write comment.