Color Hex Logo

#c0afdf Color Hex

#C0AFDF
(192,175,223)
0 Favorites   0 Comments

Color spaces of #c0afdf

RGB 192175223
HSL0.730.430.78
HSV261°22°87°
CMYK 0.140.220.00   0.13
XYZ50.387547.194176.2657
Yxy47.19410.28980.2715
Hunter Lab68.698010.7019-17.7328
CIE-Lab74.313815.3839-21.9044

#c0afdf color RGB value is (192,175,223).

#c0afdf hex color red value is 192, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c0afdf hue: 0.73 , saturation: 0.43 and the lightness value of c0afdf is 0.78.

The process color (four color CMYK) of #c0afdf color hex is 0.14, 0.22, 0.00, 0.13. Web safe color of #c0afdf is #cc99cc. Color #c0afdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101111 11011111
Octal 300 257 337
Decimal 192 175 223
Hex C0 AF DF

RGB Percentages of Color #c0afdf

%32.54
%29.66
%37.80

CMYK Percentages of Color #c0afdf

%14
%22
%0
%13

Triadic Colors of #c0afdf

#c0afdf #dfc0af #afdfc0

Analogous Colors of #c0afdf

#c0afdf #d8afdf #afb6df

Monochromatic Colors of #c0afdf

#c0afdf

Complementary Color

#c0afdf #cedfaf

#c0afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0afdf Color CSS Codes

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

#c0afdf Text Font Color

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

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


#c0afdf Background Color

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

This div background color is #c0afdf


#c0afdf Border Color

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

This div border color is #c0afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0afdf


Comments

No comments written yet.

Please login to write comment.