Color Hex Logo

#c773ff Color Hex

#C773FF
(199,115,255)
0 Favorites   0 Comments

Color spaces of #c773ff

RGB 199115255
HSL0.771.000.73
HSV276°55°100°
CMYK 0.220.550.00   0.00
XYZ47.733931.623698.1958
Yxy31.62360.26880.1781
Hunter Lab56.234953.1053-64.1662
CIE-Lab63.030656.7861-56.9703

#c773ff color RGB value is (199,115,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110011 11111111
Octal 307 163 377
Decimal 199 115 255
Hex C7 73 FF

RGB Percentages of Color #c773ff

%34.97
%20.21
%44.82

CMYK Percentages of Color #c773ff

%22
%55
%0
%0

Triadic Colors of #c773ff

#c773ff #ffc773 #73ffc7

Analogous Colors of #c773ff

#c773ff #ff73f1 #8173ff

Monochromatic Colors of #c773ff

#c773ff

Complementary Color

#c773ff #abff73

#c773ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c773ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c773ff Color CSS Codes

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

#c773ff Text Font Color

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

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


#c773ff Background Color

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

This div background color is #c773ff


#c773ff Border Color

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

This div border color is #c773ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c773ff

Related Colors


Comments

No comments written yet.

Please login to write comment.