Color Hex Logo

#c766fb Color Hex

#C766FB
(199,102,251)
0 Favorites   0 Comments

Color spaces of #c766fb

RGB 199102251
HSL0.780.950.69
HSV279°59°98°
CMYK 0.210.590.00   0.02
XYZ45.717128.609994.3795
Yxy28.60990.27100.1696
Hunter Lab53.488258.9619-67.1749
CIE-Lab60.435862.2924-58.9076

#c766fb color RGB value is (199,102,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100110 11111011
Octal 307 146 373
Decimal 199 102 251
Hex C7 66 FB

RGB Percentages of Color #c766fb

%36.05
%18.48
%45.47

CMYK Percentages of Color #c766fb

%21
%59
%0
%2

Triadic Colors of #c766fb

#c766fb #fbc766 #66fbc7

Analogous Colors of #c766fb

#c766fb #fb66e5 #7d66fb

Monochromatic Colors of #c766fb

#c766fb

Complementary Color

#c766fb #9afb66

#c766fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c766fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c766fb Color CSS Codes

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

#c766fb Text Font Color

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

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


#c766fb Background Color

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

This div background color is #c766fb


#c766fb Border Color

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

This div border color is #c766fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c766fb


Comments

No comments written yet.

Please login to write comment.