Color Hex Logo

#c771dc Color Hex

#C771DC
(199,113,220)
0 Favorites   0 Comments

Color spaces of #c771dc

RGB 199113220
HSL0.800.600.65
HSV288°49°86°
CMYK 0.100.490.00   0.14
XYZ42.376629.119771.0973
Yxy29.11970.29720.2042
Hunter Lab53.962745.7404-40.3423
CIE-Lab60.887150.5629-40.9473

#c771dc color RGB value is (199,113,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110001 11011100
Octal 307 161 334
Decimal 199 113 220
Hex C7 71 DC

RGB Percentages of Color #c771dc

%37.41
%21.24
%41.35

CMYK Percentages of Color #c771dc

%10
%49
%0
%14

Triadic Colors of #c771dc

#c771dc #dcc771 #71dcc7

Analogous Colors of #c771dc

#c771dc #dc71bc #9271dc

Monochromatic Colors of #c771dc

#c771dc

Complementary Color

#c771dc #86dc71

#c771dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c771dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c771dc Color CSS Codes

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

#c771dc Text Font Color

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

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


#c771dc Background Color

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

This div background color is #c771dc


#c771dc Border Color

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

This div border color is #c771dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,113,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c771dc


Comments

No comments written yet.

Please login to write comment.