Color Hex Logo

#c18bcb Color Hex

#C18BCB
(193,139,203)
0 Favorites   0 Comments

Color spaces of #c18bcb

RGB 193139203
HSL0.810.380.67
HSV291°32°80°
CMYK 0.050.320.00   0.20
XYZ42.004434.114560.8708
Yxy34.11450.30660.2490
Hunter Lab58.407626.1567-20.9051
CIE-Lab65.053431.4834-25.0108

#c18bcb color RGB value is (193,139,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001011 11001011
Octal 301 213 313
Decimal 193 139 203
Hex C1 8B CB

RGB Percentages of Color #c18bcb

%36.07
%25.98
%37.94

CMYK Percentages of Color #c18bcb

%5
%32
%0
%20

Triadic Colors of #c18bcb

#c18bcb #cbc18b #8bcbc1

Analogous Colors of #c18bcb

#c18bcb #cb8bb5 #a18bcb

Monochromatic Colors of #c18bcb

#c18bcb

Complementary Color

#c18bcb #95cb8b

#c18bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18bcb Color CSS Codes

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

#c18bcb Text Font Color

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

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


#c18bcb Background Color

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

This div background color is #c18bcb


#c18bcb Border Color

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

This div border color is #c18bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18bcb


Comments

No comments written yet.

Please login to write comment.