Color Hex Logo

#c6a3db Color Hex

#C6A3DB
(198,163,219)
0 Favorites   0 Comments

Color spaces of #c6a3db

RGB 198163219
HSL0.770.440.75
HSV278°26°86°
CMYK 0.100.260.00   0.14
XYZ49.172143.314672.7867
Yxy43.31460.29750.2621
Hunter Lab65.813818.1902-19.5020
CIE-Lab71.768023.0769-23.5507

#c6a3db color RGB value is (198,163,219).

#c6a3db hex color red value is 198, green value is 163 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c6a3db hue: 0.77 , saturation: 0.44 and the lightness value of c6a3db is 0.75.

The process color (four color CMYK) of #c6a3db color hex is 0.10, 0.26, 0.00, 0.14. Web safe color of #c6a3db is #cc99cc. Color #c6a3db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10100011 11011011
Octal 306 243 333
Decimal 198 163 219
Hex C6 A3 DB

RGB Percentages of Color #c6a3db

%34.14
%28.10
%37.76

CMYK Percentages of Color #c6a3db

%10
%26
%0
%14

Triadic Colors of #c6a3db

#c6a3db #dbc6a3 #a3dbc6

Analogous Colors of #c6a3db

#c6a3db #dba3d4 #aaa3db

Monochromatic Colors of #c6a3db

#c6a3db

Complementary Color

#c6a3db #b8dba3

#c6a3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6a3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6a3db Color CSS Codes

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

#c6a3db Text Font Color

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

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


#c6a3db Background Color

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

This div background color is #c6a3db


#c6a3db Border Color

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

This div border color is #c6a3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6a3db


Comments

No comments written yet.

Please login to write comment.