Color Hex Logo

#c561de Color Hex

#C561DE
(197,97,222)
0 Favorites   0 Comments

Color spaces of #c561de

RGB 19797222
HSL0.800.650.63
HSV288°56°87°
CMYK 0.110.560.00   0.13
XYZ40.485525.693671.9328
Yxy25.69360.29310.1860
Hunter Lab50.688953.8636-48.6565
CIE-Lab57.745158.3376-47.0416

#c561de color RGB value is (197,97,222).

#c561de hex color red value is 197, green value is 97 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c561de hue: 0.80 , saturation: 0.65 and the lightness value of c561de is 0.63.

The process color (four color CMYK) of #c561de color hex is 0.11, 0.56, 0.00, 0.13. Web safe color of #c561de is #cc66cc. Color #c561de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100001 11011110
Octal 305 141 336
Decimal 197 97 222
Hex C5 61 DE

RGB Percentages of Color #c561de

%38.18
%18.80
%43.02

CMYK Percentages of Color #c561de

%11
%56
%0
%13

Triadic Colors of #c561de

#c561de #dec561 #61dec5

Analogous Colors of #c561de

#c561de #de61b9 #8761de

Monochromatic Colors of #c561de

#c561de

Complementary Color

#c561de #7ade61

#c561de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c561de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c561de Color CSS Codes

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

#c561de Text Font Color

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

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


#c561de Background Color

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

This div background color is #c561de


#c561de Border Color

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

This div border color is #c561de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c561de


Comments

No comments written yet.

Please login to write comment.