Color Hex Logo

#c0a7db Color Hex

#C0A7DB
(192,167,219)
0 Favorites   0 Comments

Color spaces of #c0a7db

RGB 192167219
HSL0.750.420.76
HSV269°24°86°
CMYK 0.120.240.00   0.14
XYZ48.343143.958472.9547
Yxy43.95840.29250.2660
Hunter Lab66.301114.1253-18.8292
CIE-Lab72.200718.9433-22.9391

#c0a7db color RGB value is (192,167,219).

#c0a7db hex color red value is 192, green value is 167 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c0a7db hue: 0.75 , saturation: 0.42 and the lightness value of c0a7db is 0.76.

The process color (four color CMYK) of #c0a7db color hex is 0.12, 0.24, 0.00, 0.14. Web safe color of #c0a7db is #cc99cc. Color #c0a7db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10100111 11011011
Octal 300 247 333
Decimal 192 167 219
Hex C0 A7 DB

RGB Percentages of Color #c0a7db

%33.22
%28.89
%37.89

CMYK Percentages of Color #c0a7db

%12
%24
%0
%14

Triadic Colors of #c0a7db

#c0a7db #dbc0a7 #a7dbc0

Analogous Colors of #c0a7db

#c0a7db #daa7db #a7a8db

Monochromatic Colors of #c0a7db

#c0a7db

Complementary Color

#c0a7db #c2dba7

#c0a7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0a7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0a7db Color CSS Codes

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

#c0a7db Text Font Color

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

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


#c0a7db Background Color

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

This div background color is #c0a7db


#c0a7db Border Color

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

This div border color is #c0a7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0a7db


Comments

No comments written yet.

Please login to write comment.