Color Hex Logo

#c6afff Color Hex

#C6AFFF
(198,175,255)
1 Favorites   0 Comments

Color spaces of #c6afff

RGB 198175255
HSL0.711.000.84
HSV257°31°100°
CMYK 0.220.310.00   0.00
XYZ56.668749.8857101.2499
Yxy49.88570.27270.2401
Hunter Lab70.629819.6145-35.5531
CIE-Lab75.999124.2807-36.5937

#c6afff color RGB value is (198,175,255).

#c6afff hex color red value is 198, green value is 175 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c6afff hue: 0.71 , saturation: 1.00 and the lightness value of c6afff is 0.84.

The process color (four color CMYK) of #c6afff color hex is 0.22, 0.31, 0.00, 0.00. Web safe color of #c6afff is #cc99ff. Color #c6afff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101111 11111111
Octal 306 257 377
Decimal 198 175 255
Hex C6 AF FF

RGB Percentages of Color #c6afff

%31.53
%27.87
%40.61

CMYK Percentages of Color #c6afff

%22
%31
%0
%0

Triadic Colors of #c6afff

#c6afff #ffc6af #afffc6

Analogous Colors of #c6afff

#c6afff #eeafff #afc0ff

Monochromatic Colors of #c6afff

#c6afff

Complementary Color

#c6afff #e8ffaf

#c6afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6afff Color CSS Codes

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

#c6afff Text Font Color

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

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


#c6afff Background Color

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

This div background color is #c6afff


#c6afff Border Color

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

This div border color is #c6afff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6afff

#c6afff Color Palettes


Comments

No comments written yet.

Please login to write comment.