Color Hex Logo

#c771ff Color Hex

#C771FF
(199,113,255)
1 Favorites   0 Comments

Color spaces of #c771ff

RGB 199113255
HSL0.771.000.72
HSV276°56°100°
CMYK 0.220.560.00   0.00
XYZ47.508331.172498.1206
Yxy31.17240.26870.1763
Hunter Lab55.832254.1813-65.1147
CIE-Lab62.652957.7868-57.5721

#c771ff color RGB value is (199,113,255).

#c771ff hex color red value is 199, green value is 113 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c771ff hue: 0.77 , saturation: 1.00 and the lightness value of c771ff is 0.72.

The process color (four color CMYK) of #c771ff color hex is 0.22, 0.56, 0.00, 0.00. Web safe color of #c771ff is #cc66ff. Color #c771ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110001 11111111
Octal 307 161 377
Decimal 199 113 255
Hex C7 71 FF

RGB Percentages of Color #c771ff

%35.10
%19.93
%44.97

CMYK Percentages of Color #c771ff

%22
%56
%0
%0

Triadic Colors of #c771ff

#c771ff #ffc771 #71ffc7

Analogous Colors of #c771ff

#c771ff #ff71f0 #8071ff

Monochromatic Colors of #c771ff

#c771ff

Complementary Color

#c771ff #a9ff71

#c771ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c771ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c771ff Color CSS Codes

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

#c771ff Text Font Color

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

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


#c771ff Background Color

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

This div background color is #c771ff


#c771ff Border Color

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

This div border color is #c771ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c771ff


Comments

No comments written yet.

Please login to write comment.