Color Hex Logo

#c474cc Color Hex

#C474CC
(196,116,204)
0 Favorites   0 Comments

Color spaces of #c474cc

RGB 196116204
HSL0.820.460.63
HSV295°43°80°
CMYK 0.040.430.00   0.20
XYZ39.909428.586260.5410
Yxy28.58620.30930.2215
Hunter Lab53.466139.6746-29.7093
CIE-Lab60.414745.0377-32.7104

#c474cc color RGB value is (196,116,204).

#c474cc hex color red value is 196, green value is 116 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c474cc hue: 0.82 , saturation: 0.46 and the lightness value of c474cc is 0.63.

The process color (four color CMYK) of #c474cc color hex is 0.04, 0.43, 0.00, 0.20. Web safe color of #c474cc is #cc66cc. Color #c474cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110100 11001100
Octal 304 164 314
Decimal 196 116 204
Hex C4 74 CC

RGB Percentages of Color #c474cc

%37.98
%22.48
%39.53

CMYK Percentages of Color #c474cc

%4
%43
%0
%20

Triadic Colors of #c474cc

#c474cc #ccc474 #74ccc4

Analogous Colors of #c474cc

#c474cc #cc74a8 #9874cc

Monochromatic Colors of #c474cc

#c474cc

Complementary Color

#c474cc #7ccc74

#c474cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c474cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c474cc Color CSS Codes

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

#c474cc Text Font Color

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

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


#c474cc Background Color

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

This div background color is #c474cc


#c474cc Border Color

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

This div border color is #c474cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c474cc


Comments

No comments written yet.

Please login to write comment.