Color Hex Logo

#c777dd Color Hex

#C777DD
(199,119,221)
0 Favorites   0 Comments

Color spaces of #c777dd

RGB 199119221
HSL0.800.600.67
HSV287°46°87°
CMYK 0.100.460.00   0.13
XYZ43.201230.556272.0276
Yxy30.55620.29630.2096
Hunter Lab55.277742.7674-38.5614
CIE-Lab62.131247.6622-39.5558

#c777dd color RGB value is (199,119,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110111 11011101
Octal 307 167 335
Decimal 199 119 221
Hex C7 77 DD

RGB Percentages of Color #c777dd

%36.92
%22.08
%41.00

CMYK Percentages of Color #c777dd

%10
%46
%0
%13

Triadic Colors of #c777dd

#c777dd #ddc777 #77ddc7

Analogous Colors of #c777dd

#c777dd #dd77c0 #9477dd

Monochromatic Colors of #c777dd

#c777dd

Complementary Color

#c777dd #8ddd77

#c777dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c777dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c777dd Color CSS Codes

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

#c777dd Text Font Color

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

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


#c777dd Background Color

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

This div background color is #c777dd


#c777dd Border Color

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

This div border color is #c777dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c777dd


Comments

No comments written yet.

Please login to write comment.