Color Hex Logo

#c771dd Color Hex

#C771DD
(199,113,221)
0 Favorites   0 Comments

Color spaces of #c771dd

RGB 199113221
HSL0.800.610.65
HSV288°49°87°
CMYK 0.100.490.00   0.13
XYZ42.509529.172871.7970
Yxy29.17280.29630.2033
Hunter Lab54.011945.9659-41.0049
CIE-Lab60.933850.7605-41.4341

#c771dd color RGB value is (199,113,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110001 11011101
Octal 307 161 335
Decimal 199 113 221
Hex C7 71 DD

RGB Percentages of Color #c771dd

%37.34
%21.20
%41.46

CMYK Percentages of Color #c771dd

%10
%49
%0
%13

Triadic Colors of #c771dd

#c771dd #ddc771 #71ddc7

Analogous Colors of #c771dd

#c771dd #dd71bd #9171dd

Monochromatic Colors of #c771dd

#c771dd

Complementary Color

#c771dd #87dd71

#c771dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c771dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c771dd Color CSS Codes

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

#c771dd Text Font Color

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

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


#c771dd Background Color

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

This div background color is #c771dd


#c771dd Border Color

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

This div border color is #c771dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c771dd


Comments

No comments written yet.

Please login to write comment.