Color Hex Logo

#c474ad Color Hex

#C474AD
(196,116,173)
0 Favorites   0 Comments

Color spaces of #c474ad

RGB 196116173
HSL0.880.400.61
HSV317°41°77°
CMYK 0.000.410.12   0.23
XYZ36.553227.243742.8672
Yxy27.24370.34270.2554
Hunter Lab52.195533.6638-12.1569
CIE-Lab59.199239.4725-16.9296

#c474ad color RGB value is (196,116,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110100 10101101
Octal 304 164 255
Decimal 196 116 173
Hex C4 74 AD

RGB Percentages of Color #c474ad

%40.41
%23.92
%35.67

CMYK Percentages of Color #c474ad

%0
%41
%12
%23

Triadic Colors of #c474ad

#c474ad #adc474 #74adc4

Analogous Colors of #c474ad

#c474ad #c47485 #b374c4

Monochromatic Colors of #c474ad

#c474ad

Complementary Color

#c474ad #74c48b

#c474ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c474ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c474ad Color CSS Codes

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

#c474ad Text Font Color

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

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


#c474ad Background Color

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

This div background color is #c474ad


#c474ad Border Color

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

This div border color is #c474ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c474ad


Comments

No comments written yet.

Please login to write comment.