Color Hex Logo

#c760fb Color Hex

#C760FB
(199,96,251)
0 Favorites   0 Comments

Color spaces of #c760fb

RGB 19996251
HSL0.780.950.68
HSV280°62°98°
CMYK 0.210.620.00   0.02
XYZ45.148627.472994.1900
Yxy27.47290.27070.1647
Hunter Lab52.414662.0298-69.8550
CIE-Lab59.409565.0853-60.5494

#c760fb color RGB value is (199,96,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100000 11111011
Octal 307 140 373
Decimal 199 96 251
Hex C7 60 FB

RGB Percentages of Color #c760fb

%36.45
%17.58
%45.97

CMYK Percentages of Color #c760fb

%21
%62
%0
%2

Triadic Colors of #c760fb

#c760fb #fbc760 #60fbc7

Analogous Colors of #c760fb

#c760fb #fb60e2 #7a60fb

Monochromatic Colors of #c760fb

#c760fb

Complementary Color

#c760fb #94fb60

#c760fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c760fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c760fb Color CSS Codes

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

#c760fb Text Font Color

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

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


#c760fb Background Color

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

This div background color is #c760fb


#c760fb Border Color

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

This div border color is #c760fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c760fb


Comments

No comments written yet.

Please login to write comment.