Color Hex Logo

#c880db Color Hex

#C880DB
(200,128,219)
0 Favorites   0 Comments

Color spaces of #c880db

RGB 200128219
HSL0.800.560.68
HSV287°42°86°
CMYK 0.090.420.00   0.14
XYZ44.324832.832271.0189
Yxy32.83220.29910.2216
Hunter Lab57.299437.8074-33.3766
CIE-Lab64.024842.8045-35.4737

#c880db color RGB value is (200,128,219).

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

The process color (four color CMYK) of #c880db color hex is 0.09, 0.42, 0.00, 0.14. Web safe color of #c880db is #cc99cc. Color #c880db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000000 11011011
Octal 310 200 333
Decimal 200 128 219
Hex C8 80 DB

RGB Percentages of Color #c880db

%36.56
%23.40
%40.04

CMYK Percentages of Color #c880db

%9
%42
%0
%14

Triadic Colors of #c880db

#c880db #dbc880 #80dbc8

Analogous Colors of #c880db

#c880db #db80c1 #9b80db

Monochromatic Colors of #c880db

#c880db

Complementary Color

#c880db #93db80

#c880db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c880db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c880db Color CSS Codes

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

#c880db Text Font Color

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

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


#c880db Background Color

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

This div background color is #c880db


#c880db Border Color

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

This div border color is #c880db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c880db


Comments

No comments written yet.

Please login to write comment.