Color Hex Logo

#c18bcc Color Hex

#C18BCC
(193,139,204)
0 Favorites   0 Comments

Color spaces of #c18bcc

RGB 193139204
HSL0.810.390.67
HSV290°32°80°
CMYK 0.050.320.00   0.20
XYZ42.124034.162361.5006
Yxy34.16230.30570.2479
Hunter Lab58.448526.3605-21.4720
CIE-Lab65.091231.6814-25.5118

#c18bcc color RGB value is (193,139,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001011 11001100
Octal 301 213 314
Decimal 193 139 204
Hex C1 8B CC

RGB Percentages of Color #c18bcc

%36.01
%25.93
%38.06

CMYK Percentages of Color #c18bcc

%5
%32
%0
%20

Triadic Colors of #c18bcc

#c18bcc #ccc18b #8bccc1

Analogous Colors of #c18bcc

#c18bcc #cc8bb7 #a18bcc

Monochromatic Colors of #c18bcc

#c18bcc

Complementary Color

#c18bcc #96cc8b

#c18bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18bcc Color CSS Codes

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

#c18bcc Text Font Color

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

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


#c18bcc Background Color

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

This div background color is #c18bcc


#c18bcc Border Color

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

This div border color is #c18bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18bcc


Comments

No comments written yet.

Please login to write comment.