Color Hex Logo

#c185db Color Hex

#C185DB
(193,133,219)
0 Favorites   0 Comments

Color spaces of #c185db

RGB 193133219
HSL0.780.540.69
HSV282°39°86°
CMYK 0.120.390.00   0.14
XYZ43.166033.227071.1562
Yxy33.22700.29260.2252
Hunter Lab57.642932.7951-32.8395
CIE-Lab64.344338.0186-35.0345

#c185db color RGB value is (193,133,219).

#c185db hex color red value is 193, green value is 133 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c185db hue: 0.78 , saturation: 0.54 and the lightness value of c185db is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000101 11011011
Octal 301 205 333
Decimal 193 133 219
Hex C1 85 DB

RGB Percentages of Color #c185db

%35.41
%24.40
%40.18

CMYK Percentages of Color #c185db

%12
%39
%0
%14

Triadic Colors of #c185db

#c185db #dbc185 #85dbc1

Analogous Colors of #c185db

#c185db #db85ca #9685db

Monochromatic Colors of #c185db

#c185db

Complementary Color

#c185db #9fdb85

#c185db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c185db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c185db Color CSS Codes

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

#c185db Text Font Color

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

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


#c185db Background Color

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

This div background color is #c185db


#c185db Border Color

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

This div border color is #c185db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c185db


Comments

No comments written yet.

Please login to write comment.