Color Hex Logo

#c18dcb Color Hex

#C18DCB
(193,141,203)
0 Favorites   0 Comments

Color spaces of #c18dcb

RGB 193141203
HSL0.810.370.67
HSV290°31°80°
CMYK 0.050.310.00   0.20
XYZ42.296734.699060.9682
Yxy34.69900.30660.2515
Hunter Lab58.905925.0847-20.1317
CIE-Lab65.513630.3808-24.3050

#c18dcb color RGB value is (193,141,203).

#c18dcb hex color red value is 193, green value is 141 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c18dcb hue: 0.81 , saturation: 0.37 and the lightness value of c18dcb is 0.67.

The process color (four color CMYK) of #c18dcb color hex is 0.05, 0.31, 0.00, 0.20. Web safe color of #c18dcb is #cc99cc. Color #c18dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001101 11001011
Octal 301 215 313
Decimal 193 141 203
Hex C1 8D CB

RGB Percentages of Color #c18dcb

%35.94
%26.26
%37.80

CMYK Percentages of Color #c18dcb

%5
%31
%0
%20

Triadic Colors of #c18dcb

#c18dcb #cbc18d #8dcbc1

Analogous Colors of #c18dcb

#c18dcb #cb8db6 #a28dcb

Monochromatic Colors of #c18dcb

#c18dcb

Complementary Color

#c18dcb #97cb8d

#c18dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18dcb Color CSS Codes

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

#c18dcb Text Font Color

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

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


#c18dcb Background Color

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

This div background color is #c18dcb


#c18dcb Border Color

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

This div border color is #c18dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18dcb


Comments

No comments written yet.

Please login to write comment.