Color Hex Logo

#c566fb Color Hex

#C566FB
(197,102,251)
0 Favorites   0 Comments

Color spaces of #c566fb

RGB 197102251
HSL0.770.950.69
HSV278°59°98°
CMYK 0.220.590.00   0.02
XYZ45.189928.338194.3548
Yxy28.33810.26920.1688
Hunter Lab53.233558.3698-67.8262
CIE-Lab60.193061.8273-59.3097

#c566fb color RGB value is (197,102,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100110 11111011
Octal 305 146 373
Decimal 197 102 251
Hex C5 66 FB

RGB Percentages of Color #c566fb

%35.82
%18.55
%45.64

CMYK Percentages of Color #c566fb

%22
%59
%0
%2

Triadic Colors of #c566fb

#c566fb #fbc566 #66fbc5

Analogous Colors of #c566fb

#c566fb #fb66e7 #7b66fb

Monochromatic Colors of #c566fb

#c566fb

Complementary Color

#c566fb #9cfb66

#c566fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c566fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c566fb Color CSS Codes

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

#c566fb Text Font Color

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

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


#c566fb Background Color

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

This div background color is #c566fb


#c566fb Border Color

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

This div border color is #c566fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c566fb


Comments

No comments written yet.

Please login to write comment.