Color Hex Logo

#c770fa Color Hex

#C770FA
(199,112,250)
0 Favorites   0 Comments

Color spaces of #c770fa

RGB 199112250
HSL0.770.930.71
HSV278°55°98°
CMYK 0.200.550.00   0.02
XYZ46.602730.632693.8989
Yxy30.63260.27230.1790
Hunter Lab55.346753.4427-61.8462
CIE-Lab62.196357.2176-55.5481

#c770fa color RGB value is (199,112,250).

#c770fa hex color red value is 199, green value is 112 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c770fa hue: 0.77 , saturation: 0.93 and the lightness value of c770fa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110000 11111010
Octal 307 160 372
Decimal 199 112 250
Hex C7 70 FA

RGB Percentages of Color #c770fa

%35.47
%19.96
%44.56

CMYK Percentages of Color #c770fa

%20
%55
%0
%2

Triadic Colors of #c770fa

#c770fa #fac770 #70fac7

Analogous Colors of #c770fa

#c770fa #fa70e8 #8270fa

Monochromatic Colors of #c770fa

#c770fa

Complementary Color

#c770fa #a3fa70

#c770fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c770fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c770fa Color CSS Codes

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

#c770fa Text Font Color

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

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


#c770fa Background Color

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

This div background color is #c770fa


#c770fa Border Color

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

This div border color is #c770fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c770fa


Comments

No comments written yet.

Please login to write comment.