Color Hex Logo

#c566ff Color Hex

#C566FF
(197,102,255)
0 Favorites   0 Comments

Color spaces of #c566ff

RGB 197102255
HSL0.771.000.70
HSV277°60°100°
CMYK 0.230.600.00   0.00
XYZ45.827328.593197.7114
Yxy28.59310.26620.1661
Hunter Lab53.472559.4021-70.9110
CIE-Lab60.420862.6714-61.1516

#c566ff color RGB value is (197,102,255).

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

The process color (four color CMYK) of #c566ff color hex is 0.23, 0.60, 0.00, 0.00. Web safe color of #c566ff is #cc66ff. Color #c566ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100110 11111111
Octal 305 146 377
Decimal 197 102 255
Hex C5 66 FF

RGB Percentages of Color #c566ff

%35.56
%18.41
%46.03

CMYK Percentages of Color #c566ff

%23
%60
%0
%0

Triadic Colors of #c566ff

#c566ff #ffc566 #66ffc5

Analogous Colors of #c566ff

#c566ff #ff66ed #7966ff

Monochromatic Colors of #c566ff

#c566ff

Complementary Color

#c566ff #a0ff66

#c566ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c566ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c566ff Color CSS Codes

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

#c566ff Text Font Color

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

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


#c566ff Background Color

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

This div background color is #c566ff


#c566ff Border Color

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

This div border color is #c566ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,102,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c566ff


Comments

No comments written yet.

Please login to write comment.