Color Hex Logo

#c0affa Color Hex

#C0AFFA
(192,175,250)
0 Favorites   0 Comments

Color spaces of #c0affa

RGB 192175250
HSL0.700.880.83
HSV254°30°98°
CMYK 0.230.300.00   0.02
XYZ54.323548.768596.9926
Yxy48.76850.27150.2437
Hunter Lab69.834416.6430-33.4634
CIE-Lab75.307121.3761-35.0114

#c0affa color RGB value is (192,175,250).

#c0affa hex color red value is 192, green value is 175 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c0affa hue: 0.70 , saturation: 0.88 and the lightness value of c0affa is 0.83.

The process color (four color CMYK) of #c0affa color hex is 0.23, 0.30, 0.00, 0.02. Web safe color of #c0affa is #cc99ff. Color #c0affa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101111 11111010
Octal 300 257 372
Decimal 192 175 250
Hex C0 AF FA

RGB Percentages of Color #c0affa

%31.12
%28.36
%40.52

CMYK Percentages of Color #c0affa

%23
%30
%0
%2

Triadic Colors of #c0affa

#c0affa #fac0af #affac0

Analogous Colors of #c0affa

#c0affa #e6affa #afc4fa

Monochromatic Colors of #c0affa

#c0affa

Complementary Color

#c0affa #e9faaf

#c0affa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0affa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0affa Color CSS Codes

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

#c0affa Text Font Color

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

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


#c0affa Background Color

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

This div background color is #c0affa


#c0affa Border Color

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

This div border color is #c0affa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0affa


Comments

No comments written yet.

Please login to write comment.