Color Hex Logo

#c668db Color Hex

#C668DB
(198,104,219)
0 Favorites   0 Comments

Color spaces of #c668db

RGB 198104219
HSL0.800.610.63
HSV289°53°86°
CMYK 0.100.530.00   0.14
XYZ41.025227.020970.0711
Yxy27.02090.29700.1956
Hunter Lab51.981649.9088-43.5356
CIE-Lab58.993754.6200-43.3730

#c668db color RGB value is (198,104,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101000 11011011
Octal 306 150 333
Decimal 198 104 219
Hex C6 68 DB

RGB Percentages of Color #c668db

%38.00
%19.96
%42.03

CMYK Percentages of Color #c668db

%10
%53
%0
%14

Triadic Colors of #c668db

#c668db #dbc668 #68dbc6

Analogous Colors of #c668db

#c668db #db68b7 #8d68db

Monochromatic Colors of #c668db

#c668db

Complementary Color

#c668db #7ddb68

#c668db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c668db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c668db Color CSS Codes

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

#c668db Text Font Color

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

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


#c668db Background Color

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

This div background color is #c668db


#c668db Border Color

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

This div border color is #c668db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c668db


Comments

No comments written yet.

Please login to write comment.