Color Hex Logo

#c562db Color Hex

#C562DB
(197,98,219)
0 Favorites   0 Comments

Color spaces of #c562db

RGB 19798219
HSL0.800.630.62
HSV289°55°86°
CMYK 0.100.550.00   0.14
XYZ40.179825.720269.8646
Yxy25.72020.29600.1894
Hunter Lab50.715152.6679-46.1768
CIE-Lab57.770557.2786-45.3121

#c562db color RGB value is (197,98,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100010 11011011
Octal 305 142 333
Decimal 197 98 219
Hex C5 62 DB

RGB Percentages of Color #c562db

%38.33
%19.07
%42.61

CMYK Percentages of Color #c562db

%10
%55
%0
%14

Triadic Colors of #c562db

#c562db #dbc562 #62dbc5

Analogous Colors of #c562db

#c562db #db62b5 #8962db

Monochromatic Colors of #c562db

#c562db

Complementary Color

#c562db #78db62

#c562db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c562db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c562db Color CSS Codes

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

#c562db Text Font Color

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

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


#c562db Background Color

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

This div background color is #c562db


#c562db Border Color

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

This div border color is #c562db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c562db


Comments

No comments written yet.

Please login to write comment.