Color Hex Logo

#c6afef Color Hex

#C6AFEF
(198,175,239)
0 Favorites   0 Comments

Color spaces of #c6afef

RGB 198175239
HSL0.730.670.81
HSV262°27°94°
CMYK 0.170.270.00   0.06
XYZ54.198748.897788.2430
Yxy48.89770.28330.2556
Hunter Lab69.926915.9791-25.8711
CIE-Lab75.387620.7109-28.9027

#c6afef color RGB value is (198,175,239).

#c6afef hex color red value is 198, green value is 175 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c6afef hue: 0.73 , saturation: 0.67 and the lightness value of c6afef is 0.81.

The process color (four color CMYK) of #c6afef color hex is 0.17, 0.27, 0.00, 0.06. Web safe color of #c6afef is #cc99ff. Color #c6afef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101111 11101111
Octal 306 257 357
Decimal 198 175 239
Hex C6 AF EF

RGB Percentages of Color #c6afef

%32.35
%28.59
%39.05

CMYK Percentages of Color #c6afef

%17
%27
%0
%6

Triadic Colors of #c6afef

#c6afef #efc6af #afefc6

Analogous Colors of #c6afef

#c6afef #e6afef #afb8ef

Monochromatic Colors of #c6afef

#c6afef

Complementary Color

#c6afef #d8efaf

#c6afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6afef Color CSS Codes

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

#c6afef Text Font Color

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

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


#c6afef Background Color

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

This div background color is #c6afef


#c6afef Border Color

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

This div border color is #c6afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6afef


Comments

No comments written yet.

Please login to write comment.