Color Hex Logo

#c066fb Color Hex

#C066FB
(192,102,251)
0 Favorites   0 Comments

Color spaces of #c066fb

RGB 192102251
HSL0.770.950.69
HSV276°59°98°
CMYK 0.240.590.00   0.02
XYZ43.902227.674294.2946
Yxy27.67420.26470.1668
Hunter Lab52.606356.9050-69.4505
CIE-Lab59.593260.6698-60.3031

#c066fb color RGB value is (192,102,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100110 11111011
Octal 300 146 373
Decimal 192 102 251
Hex C0 66 FB

RGB Percentages of Color #c066fb

%35.23
%18.72
%46.06

CMYK Percentages of Color #c066fb

%24
%59
%0
%2

Triadic Colors of #c066fb

#c066fb #fbc066 #66fbc0

Analogous Colors of #c066fb

#c066fb #fb66ec #7666fb

Monochromatic Colors of #c066fb

#c066fb

Complementary Color

#c066fb #a1fb66

#c066fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c066fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c066fb Color CSS Codes

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

#c066fb Text Font Color

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

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


#c066fb Background Color

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

This div background color is #c066fb


#c066fb Border Color

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

This div border color is #c066fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c066fb


Comments

No comments written yet.

Please login to write comment.