Color Hex Logo

#c474dc Color Hex

#C474DC
(196,116,220)
0 Favorites   0 Comments

Color spaces of #c474dc

RGB 196116220
HSL0.790.600.66
HSV286°47°86°
CMYK 0.110.470.00   0.14
XYZ41.928629.393971.1738
Yxy29.39390.29420.2063
Hunter Lab54.216143.1665-39.8834
CIE-Lab61.127748.1751-40.5947

#c474dc color RGB value is (196,116,220).

#c474dc hex color red value is 196, green value is 116 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c474dc hue: 0.79 , saturation: 0.60 and the lightness value of c474dc is 0.66.

The process color (four color CMYK) of #c474dc color hex is 0.11, 0.47, 0.00, 0.14. Web safe color of #c474dc is #cc66cc. Color #c474dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110100 11011100
Octal 304 164 334
Decimal 196 116 220
Hex C4 74 DC

RGB Percentages of Color #c474dc

%36.84
%21.80
%41.35

CMYK Percentages of Color #c474dc

%11
%47
%0
%14

Triadic Colors of #c474dc

#c474dc #dcc474 #74dcc4

Analogous Colors of #c474dc

#c474dc #dc74c0 #9074dc

Monochromatic Colors of #c474dc

#c474dc

Complementary Color

#c474dc #8cdc74

#c474dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c474dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c474dc Color CSS Codes

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

#c474dc Text Font Color

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

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


#c474dc Background Color

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

This div background color is #c474dc


#c474dc Border Color

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

This div border color is #c474dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c474dc


Comments

No comments written yet.

Please login to write comment.