Color Hex Logo

#c6abdf Color Hex

#C6ABDF
(198,171,223)
0 Favorites   0 Comments

Color spaces of #c6abdf

RGB 198171223
HSL0.750.450.77
HSV271°23°87°
CMYK 0.110.230.00   0.13
XYZ51.170946.459376.0826
Yxy46.45930.29460.2674
Hunter Lab68.161114.7244-18.4678
CIE-Lab73.842619.5012-22.5745

#c6abdf color RGB value is (198,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101011 11011111
Octal 306 253 337
Decimal 198 171 223
Hex C6 AB DF

RGB Percentages of Color #c6abdf

%33.45
%28.89
%37.67

CMYK Percentages of Color #c6abdf

%11
%23
%0
%13

Triadic Colors of #c6abdf

#c6abdf #dfc6ab #abdfc6

Analogous Colors of #c6abdf

#c6abdf #dfabde #acabdf

Monochromatic Colors of #c6abdf

#c6abdf

Complementary Color

#c6abdf #c4dfab

#c6abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6abdf Color CSS Codes

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

#c6abdf Text Font Color

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

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


#c6abdf Background Color

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

This div background color is #c6abdf


#c6abdf Border Color

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

This div border color is #c6abdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6abdf

#c6abdf Color Palettes


Comments

No comments written yet.

Please login to write comment.