color codes Logo

#c0afdb color codes

#C0AFDB
(192,175,219)
0 Favorites   0 Comments

Color spaces of #c0afdb

RGB 192175219
HSL0.730.380.77
HSV263°20°86°
CMYK 0.120.200.00   0.14
XYZ49.854446.980973.4584
Yxy46.98090.29280.2759
Hunter Lab68.54269.8822-15.5624
CIE-Lab74.177614.5388-19.9326

#c0afdb color RGB value is (192,175,219).

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

The process color (four color CMYK) of #c0afdb color code is 0.12, 0.20, 0.00, 0.14. Web safe color of #c0afdb is #cc99cc. Color #c0afdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10101111 11011011
Octal 300 257 333
Decimal 192 175 219
Hex C0 AF DB

RGB Percentages of Color #c0afdb

%32.76
%29.86
%37.37

CMYK Percentages of Color #c0afdb

%12
%20
%0
%14

Triadic Colors of #c0afdb

#c0afdb #dbc0af #afdbc0

Analogous Colors of #c0afdb

#c0afdb #d6afdb #afb4db

Monochromatic Colors of #c0afdb

#c0afdb

Complementary Color

#c0afdb #cadbaf

#c0afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0afdb Color CSS Codes

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

#c0afdb Text Font Color

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

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


#c0afdb Background Color

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

This div background color is #c0afdb


#c0afdb Border Color

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

This div border color is #c0afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0afdb


Comments

No comments written yet.

Please login to write comment.