Color Hex Logo

#c2afff Color Hex

#C2AFFF
(194,175,255)
0 Favorites   0 Comments

Color spaces of #c2afff

RGB 194175255
HSL0.711.000.84
HSV254°31°100°
CMYK 0.240.310.00   0.00
XYZ55.628149.3493101.2012
Yxy49.34930.26980.2394
Hunter Lab70.249118.4129-36.2392
CIE-Lab75.668123.1153-37.1330

#c2afff color RGB value is (194,175,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101111 11111111
Octal 302 257 377
Decimal 194 175 255
Hex C2 AF FF

RGB Percentages of Color #c2afff

%31.09
%28.04
%40.87

CMYK Percentages of Color #c2afff

%24
%31
%0
%0

Triadic Colors of #c2afff

#c2afff #ffc2af #afffc2

Analogous Colors of #c2afff

#c2afff #eaafff #afc4ff

Monochromatic Colors of #c2afff

#c2afff

Complementary Color

#c2afff #ecffaf

#c2afff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2afff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2afff Color CSS Codes

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

#c2afff Text Font Color

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

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


#c2afff Background Color

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

This div background color is #c2afff


#c2afff Border Color

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

This div border color is #c2afff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,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 #c2afff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2afff


Comments

No comments written yet.

Please login to write comment.