Color Hex Logo

#c476dd Color Hex

#C476DD
(196,118,221)
0 Favorites   0 Comments

Color spaces of #c476dd

RGB 196118221
HSL0.790.600.66
HSV285°47°87°
CMYK 0.110.470.00   0.13
XYZ42.294529.913171.9512
Yxy29.91310.29340.2075
Hunter Lab54.692942.3232-39.7139
CIE-Lab61.579247.3331-40.4460

#c476dd color RGB value is (196,118,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110110 11011101
Octal 304 166 335
Decimal 196 118 221
Hex C4 76 DD

RGB Percentages of Color #c476dd

%36.64
%22.06
%41.31

CMYK Percentages of Color #c476dd

%11
%47
%0
%13

Triadic Colors of #c476dd

#c476dd #ddc476 #76ddc4

Analogous Colors of #c476dd

#c476dd #dd76c3 #9176dd

Monochromatic Colors of #c476dd

#c476dd

Complementary Color

#c476dd #8fdd76

#c476dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c476dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c476dd Color CSS Codes

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

#c476dd Text Font Color

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

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


#c476dd Background Color

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

This div background color is #c476dd


#c476dd Border Color

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

This div border color is #c476dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c476dd


Comments

No comments written yet.

Please login to write comment.