Color Hex Logo

#c774ff Color Hex

#C774FF
(199,116,255)
0 Favorites   0 Comments

Color spaces of #c774ff

RGB 199116255
HSL0.771.000.73
HSV276°55°100°
CMYK 0.220.550.00   0.00
XYZ47.848631.852998.2341
Yxy31.85290.26890.1790
Hunter Lab56.438452.5656-63.6907
CIE-Lab63.221156.2828-56.6669

#c774ff color RGB value is (199,116,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110100 11111111
Octal 307 164 377
Decimal 199 116 255
Hex C7 74 FF

RGB Percentages of Color #c774ff

%34.91
%20.35
%44.74

CMYK Percentages of Color #c774ff

%22
%55
%0
%0

Triadic Colors of #c774ff

#c774ff #ffc774 #74ffc7

Analogous Colors of #c774ff

#c774ff #ff74f2 #8274ff

Monochromatic Colors of #c774ff

#c774ff

Complementary Color

#c774ff #acff74

#c774ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c774ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c774ff Color CSS Codes

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

#c774ff Text Font Color

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

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


#c774ff Background Color

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

This div background color is #c774ff


#c774ff Border Color

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

This div border color is #c774ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c774ff

Related Colors


Comments

No comments written yet.

Please login to write comment.