Color Hex Logo

#c180db Color Hex

#C180DB
(193,128,219)
0 Favorites   0 Comments

Color spaces of #c180db

RGB 193128219
HSL0.790.560.68
HSV283°42°86°
CMYK 0.120.420.00   0.14
XYZ42.497731.890370.9334
Yxy31.89030.29240.2194
Hunter Lab56.471535.5053-34.9437
CIE-Lab63.252140.7325-36.7363

#c180db color RGB value is (193,128,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000000 11011011
Octal 301 200 333
Decimal 193 128 219
Hex C1 80 DB

RGB Percentages of Color #c180db

%35.74
%23.70
%40.56

CMYK Percentages of Color #c180db

%12
%42
%0
%14

Triadic Colors of #c180db

#c180db #dbc180 #80dbc1

Analogous Colors of #c180db

#c180db #db80c8 #9480db

Monochromatic Colors of #c180db

#c180db

Complementary Color

#c180db #9adb80

#c180db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c180db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c180db Color CSS Codes

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

#c180db Text Font Color

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

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


#c180db Background Color

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

This div background color is #c180db


#c180db Border Color

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

This div border color is #c180db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c180db


Comments

No comments written yet.

Please login to write comment.