Color Hex Logo

#c771bb Color Hex

#C771BB
(199,113,187)
0 Favorites   0 Comments

Color spaces of #c771bb

RGB 199113187
HSL0.860.430.61
HSV308°43°78°
CMYK 0.000.430.06   0.22
XYZ38.428027.540250.3041
Yxy27.54020.33050.2369
Hunter Lab52.478838.8703-20.0980
CIE-Lab59.471044.4139-24.4900

#c771bb color RGB value is (199,113,187).

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

The process color (four color CMYK) of #c771bb color hex is 0.00, 0.43, 0.06, 0.22. Web safe color of #c771bb is #cc66cc. Color #c771bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110001 10111011
Octal 307 161 273
Decimal 199 113 187
Hex C7 71 BB

RGB Percentages of Color #c771bb

%39.88
%22.65
%37.47

CMYK Percentages of Color #c771bb

%0
%43
%6
%22

Triadic Colors of #c771bb

#c771bb #bbc771 #71bbc7

Analogous Colors of #c771bb

#c771bb #c77190 #a871c7

Monochromatic Colors of #c771bb

#c771bb

Complementary Color

#c771bb #71c77d

#c771bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c771bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c771bb Color CSS Codes

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

#c771bb Text Font Color

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

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


#c771bb Background Color

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

This div background color is #c771bb


#c771bb Border Color

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

This div border color is #c771bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c771bb


Comments

No comments written yet.

Please login to write comment.