color codes Logo

#c080db color codes

#C080DB
(192,128,219)
0 Favorites   0 Comments

Color spaces of #c080db

RGB 192128219
HSL0.780.560.68
HSV282°42°86°
CMYK 0.120.420.00   0.14
XYZ42.243631.759370.9215
Yxy31.75930.29150.2191
Hunter Lab56.355435.1804-35.1658
CIE-Lab63.143440.4373-36.9139

#c080db color RGB value is (192,128,219).

#c080db hex color red value is 192, green value is 128 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c080db hue: 0.78 , saturation: 0.56 and the lightness value of c080db is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000000 11011011
Octal 300 200 333
Decimal 192 128 219
Hex C0 80 DB

RGB Percentages of Color #c080db

%35.62
%23.75
%40.63

CMYK Percentages of Color #c080db

%12
%42
%0
%14

Triadic Colors of #c080db

#c080db #dbc080 #80dbc0

Analogous Colors of #c080db

#c080db #db80c9 #9380db

Monochromatic Colors of #c080db

#c080db

Complementary Color

#c080db #9bdb80

#c080db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c080db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c080db Color CSS Codes

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

#c080db Text Font Color

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

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


#c080db Background Color

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

This div background color is #c080db


#c080db Border Color

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

This div border color is #c080db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c080db


Comments

No comments written yet.

Please login to write comment.