Color Hex Logo

#c18dbc Color Hex

#C18DBC
(193,141,188)
0 Favorites   0 Comments

Color spaces of #c18dbc

RGB 193141188
HSL0.850.300.65
HSV306°27°76°
CMYK 0.000.270.03   0.24
XYZ40.594334.018052.0035
Yxy34.01800.32060.2687
Hunter Lab58.325022.1677-12.0365
CIE-Lab64.976927.5028-16.7190

#c18dbc color RGB value is (193,141,188).

#c18dbc hex color red value is 193, green value is 141 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #c18dbc hue: 0.85 , saturation: 0.30 and the lightness value of c18dbc is 0.65.

The process color (four color CMYK) of #c18dbc color hex is 0.00, 0.27, 0.03, 0.24. Web safe color of #c18dbc is #cc99cc. Color #c18dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001101 10111100
Octal 301 215 274
Decimal 193 141 188
Hex C1 8D BC

RGB Percentages of Color #c18dbc

%36.97
%27.01
%36.02

CMYK Percentages of Color #c18dbc

%0
%27
%3
%24

Triadic Colors of #c18dbc

#c18dbc #bcc18d #8dbcc1

Analogous Colors of #c18dbc

#c18dbc #c18da2 #ac8dc1

Monochromatic Colors of #c18dbc

#c18dbc

Complementary Color

#c18dbc #8dc192

#c18dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18dbc Color CSS Codes

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

#c18dbc Text Font Color

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

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


#c18dbc Background Color

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

This div background color is #c18dbc


#c18dbc Border Color

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

This div border color is #c18dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,141,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c18dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18dbc


Comments

No comments written yet.

Please login to write comment.