Color Hex Logo

#c474af Color Hex

#C474AF
(196,116,175)
0 Favorites   0 Comments

Color spaces of #c474af

RGB 196116175
HSL0.880.400.61
HSV316°41°77°
CMYK 0.000.410.11   0.23
XYZ36.748227.321743.8942
Yxy27.32170.34040.2531
Hunter Lab52.270234.0205-13.2000
CIE-Lab59.270939.8089-17.9674

#c474af color RGB value is (196,116,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110100 10101111
Octal 304 164 257
Decimal 196 116 175
Hex C4 74 AF

RGB Percentages of Color #c474af

%40.25
%23.82
%35.93

CMYK Percentages of Color #c474af

%0
%41
%11
%23

Triadic Colors of #c474af

#c474af #afc474 #74afc4

Analogous Colors of #c474af

#c474af #c47487 #b174c4

Monochromatic Colors of #c474af

#c474af

Complementary Color

#c474af #74c489

#c474af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c474af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c474af Color CSS Codes

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

#c474af Text Font Color

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

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


#c474af Background Color

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

This div background color is #c474af


#c474af Border Color

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

This div border color is #c474af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c474af


Comments

No comments written yet.

Please login to write comment.