Color Hex Logo

#c6abdd Color Hex

#C6ABDD
(198,171,221)
0 Favorites   0 Comments

Color spaces of #c6abdd

RGB 198171221
HSL0.760.420.77
HSV272°23°87°
CMYK 0.100.230.00   0.13
XYZ50.902846.352074.6706
Yxy46.35200.29610.2696
Hunter Lab68.082314.3143-17.3699
CIE-Lab73.773419.0880-21.5891

#c6abdd color RGB value is (198,171,221).

#c6abdd hex color red value is 198, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c6abdd hue: 0.76 , saturation: 0.42 and the lightness value of c6abdd is 0.77.

The process color (four color CMYK) of #c6abdd color hex is 0.10, 0.23, 0.00, 0.13. Web safe color of #c6abdd is #cc99cc. Color #c6abdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101011 11011101
Octal 306 253 335
Decimal 198 171 221
Hex C6 AB DD

RGB Percentages of Color #c6abdd

%33.56
%28.98
%37.46

CMYK Percentages of Color #c6abdd

%10
%23
%0
%13

Triadic Colors of #c6abdd

#c6abdd #ddc6ab #abddc6

Analogous Colors of #c6abdd

#c6abdd #ddabdb #adabdd

Monochromatic Colors of #c6abdd

#c6abdd

Complementary Color

#c6abdd #c2ddab

#c6abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6abdd Color CSS Codes

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

#c6abdd Text Font Color

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

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


#c6abdd Background Color

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

This div background color is #c6abdd


#c6abdd Border Color

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

This div border color is #c6abdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,171,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6abdd


Comments

No comments written yet.

Please login to write comment.