Color Hex Logo

#c664db Color Hex

#C664DB
(198,100,219)
0 Favorites   0 Comments

Color spaces of #c664db

RGB 198100219
HSL0.800.620.63
HSV289°54°86°
CMYK 0.100.540.00   0.14
XYZ40.632126.234669.9401
Yxy26.23460.29700.1918
Hunter Lab51.219751.9678-45.1062
CIE-Lab58.259156.5756-44.5319

#c664db color RGB value is (198,100,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100100 11011011
Octal 306 144 333
Decimal 198 100 219
Hex C6 64 DB

RGB Percentages of Color #c664db

%38.30
%19.34
%42.36

CMYK Percentages of Color #c664db

%10
%54
%0
%14

Triadic Colors of #c664db

#c664db #dbc664 #64dbc6

Analogous Colors of #c664db

#c664db #db64b5 #8b64db

Monochromatic Colors of #c664db

#c664db

Complementary Color

#c664db #79db64

#c664db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c664db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c664db Color CSS Codes

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

#c664db Text Font Color

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

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


#c664db Background Color

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

This div background color is #c664db


#c664db Border Color

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

This div border color is #c664db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c664db


Comments

No comments written yet.

Please login to write comment.