Color Hex Logo

#c775ff Color Hex

#C775FF
(199,117,255)
0 Favorites   0 Comments

Color spaces of #c775ff

RGB 199117255
HSL0.771.000.73
HSV276°54°100°
CMYK 0.220.540.00   0.00
XYZ47.964532.084798.2727
Yxy32.08470.26900.1799
Hunter Lab56.643452.0245-63.2141
CIE-Lab63.412855.7774-56.3616

#c775ff color RGB value is (199,117,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110101 11111111
Octal 307 165 377
Decimal 199 117 255
Hex C7 75 FF

RGB Percentages of Color #c775ff

%34.85
%20.49
%44.66

CMYK Percentages of Color #c775ff

%22
%54
%0
%0

Triadic Colors of #c775ff

#c775ff #ffc775 #75ffc7

Analogous Colors of #c775ff

#c775ff #ff75f2 #8275ff

Monochromatic Colors of #c775ff

#c775ff

Complementary Color

#c775ff #adff75

#c775ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c775ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c775ff Color CSS Codes

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

#c775ff Text Font Color

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

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


#c775ff Background Color

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

This div background color is #c775ff


#c775ff Border Color

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

This div border color is #c775ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c775ff

Related Colors


Comments

No comments written yet.

Please login to write comment.