Color Hex Logo

#c770fb Color Hex

#C770FB
(199,112,251)
0 Favorites   0 Comments

Color spaces of #c770fb

RGB 199112251
HSL0.770.950.71
HSV278°55°98°
CMYK 0.210.550.00   0.02
XYZ46.759930.695594.7271
Yxy30.69550.27160.1783
Hunter Lab55.403553.6957-62.5896
CIE-Lab62.249757.4299-56.0140

#c770fb color RGB value is (199,112,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01110000 11111011
Octal 307 160 373
Decimal 199 112 251
Hex C7 70 FB

RGB Percentages of Color #c770fb

%35.41
%19.93
%44.66

CMYK Percentages of Color #c770fb

%21
%55
%0
%2

Triadic Colors of #c770fb

#c770fb #fbc770 #70fbc7

Analogous Colors of #c770fb

#c770fb #fb70ea #8270fb

Monochromatic Colors of #c770fb

#c770fb

Complementary Color

#c770fb #a4fb70

#c770fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c770fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c770fb Color CSS Codes

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

#c770fb Text Font Color

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

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


#c770fb Background Color

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

This div background color is #c770fb


#c770fb Border Color

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

This div border color is #c770fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c770fb


Comments

No comments written yet.

Please login to write comment.