Color Hex Logo

#c6afea Color Hex

#C6AFEA
(198,175,234)
0 Favorites   0 Comments

Color spaces of #c6afea

RGB 198175234
HSL0.730.580.80
HSV263°25°92°
CMYK 0.150.250.00   0.08
XYZ53.470048.606284.4057
Yxy48.60620.28670.2606
Hunter Lab69.718114.8930-22.9779
CIE-Lab75.205719.6286-26.4734

#c6afea color RGB value is (198,175,234).

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

The process color (four color CMYK) of #c6afea color hex is 0.15, 0.25, 0.00, 0.08. Web safe color of #c6afea is #cc99ff. Color #c6afea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101111 11101010
Octal 306 257 352
Decimal 198 175 234
Hex C6 AF EA

RGB Percentages of Color #c6afea

%32.62
%28.83
%38.55

CMYK Percentages of Color #c6afea

%15
%25
%0
%8

Triadic Colors of #c6afea

#c6afea #eac6af #afeac6

Analogous Colors of #c6afea

#c6afea #e4afea #afb6ea

Monochromatic Colors of #c6afea

#c6afea

Complementary Color

#c6afea #d3eaaf

#c6afea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6afea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6afea Color CSS Codes

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

#c6afea Text Font Color

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

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


#c6afea Background Color

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

This div background color is #c6afea


#c6afea Border Color

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

This div border color is #c6afea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6afea


Comments

No comments written yet.

Please login to write comment.