color codes Logo

#c577dd color codes

#C577DD
(197,119,221)
0 Favorites   0 Comments

Color spaces of #c577dd

RGB 197119221
HSL0.790.600.67
HSV286°46°87°
CMYK 0.110.460.00   0.13
XYZ42.673930.284472.0029
Yxy30.28440.29440.2089
Hunter Lab55.031342.1128-39.0531
CIE-Lab61.898847.0932-39.9365

#c577dd color RGB value is (197,119,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110111 11011101
Octal 305 167 335
Decimal 197 119 221
Hex C5 77 DD

RGB Percentages of Color #c577dd

%36.69
%22.16
%41.15

CMYK Percentages of Color #c577dd

%11
%46
%0
%13

Triadic Colors of #c577dd

#c577dd #ddc577 #77ddc5

Analogous Colors of #c577dd

#c577dd #dd77c2 #9277dd

Monochromatic Colors of #c577dd

#c577dd

Complementary Color

#c577dd #8fdd77

#c577dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c577dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c577dd Color CSS Codes

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

#c577dd Text Font Color

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

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


#c577dd Background Color

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

This div background color is #c577dd


#c577dd Border Color

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

This div border color is #c577dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c577dd


Comments

No comments written yet.

Please login to write comment.