Color Hex Logo

#c477dd Color Hex

#C477DD
(196,119,221)
0 Favorites   0 Comments

Color spaces of #c477dd

RGB 196119221
HSL0.790.600.67
HSV285°46°87°
CMYK 0.110.460.00   0.13
XYZ42.412930.149971.9907
Yxy30.14990.29340.2086
Hunter Lab54.908941.7868-39.2984
CIE-Lab61.783346.8089-40.1258

#c477dd color RGB value is (196,119,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01110111 11011101
Octal 304 167 335
Decimal 196 119 221
Hex C4 77 DD

RGB Percentages of Color #c477dd

%36.57
%22.20
%41.23

CMYK Percentages of Color #c477dd

%11
%46
%0
%13

Triadic Colors of #c477dd

#c477dd #ddc477 #77ddc4

Analogous Colors of #c477dd

#c477dd #dd77c3 #9177dd

Monochromatic Colors of #c477dd

#c477dd

Complementary Color

#c477dd #90dd77

#c477dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c477dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c477dd Color CSS Codes

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

#c477dd Text Font Color

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

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


#c477dd Background Color

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

This div background color is #c477dd


#c477dd Border Color

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

This div border color is #c477dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,119,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 #c477dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c477dd


Comments

No comments written yet.

Please login to write comment.