Color Hex Logo

#c561db Color Hex

#C561DB
(197,97,219)
0 Favorites   0 Comments

Color spaces of #c561db

RGB 19797219
HSL0.800.630.62
HSV289°56°86°
CMYK 0.100.560.00   0.14
XYZ40.086825.534269.8336
Yxy25.53420.29590.1885
Hunter Lab50.531453.1751-46.5659
CIE-Lab57.592257.7573-45.5939

#c561db color RGB value is (197,97,219).

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

The process color (four color CMYK) of #c561db color hex is 0.10, 0.56, 0.00, 0.14. Web safe color of #c561db is #cc66cc. Color #c561db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100001 11011011
Octal 305 141 333
Decimal 197 97 219
Hex C5 61 DB

RGB Percentages of Color #c561db

%38.40
%18.91
%42.69

CMYK Percentages of Color #c561db

%10
%56
%0
%14

Triadic Colors of #c561db

#c561db #dbc561 #61dbc5

Analogous Colors of #c561db

#c561db #db61b4 #8861db

Monochromatic Colors of #c561db

#c561db

Complementary Color

#c561db #77db61

#c561db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c561db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c561db Color CSS Codes

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

#c561db Text Font Color

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

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


#c561db Background Color

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

This div background color is #c561db


#c561db Border Color

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

This div border color is #c561db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c561db


Comments

No comments written yet.

Please login to write comment.