Color Hex Logo

#c18bcf Color Hex

#C18BCF
(193,139,207)
0 Favorites   0 Comments

Color spaces of #c18bcf

RGB 193139207
HSL0.800.410.68
HSV288°33°81°
CMYK 0.070.330.00   0.19
XYZ42.487434.307763.4142
Yxy34.30770.30300.2447
Hunter Lab58.572826.9776-23.1898
CIE-Lab65.206132.2793-27.0109

#c18bcf color RGB value is (193,139,207).

#c18bcf hex color red value is 193, green value is 139 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c18bcf hue: 0.80 , saturation: 0.41 and the lightness value of c18bcf is 0.68.

The process color (four color CMYK) of #c18bcf color hex is 0.07, 0.33, 0.00, 0.19. Web safe color of #c18bcf is #cc99cc. Color #c18bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001011 11001111
Octal 301 213 317
Decimal 193 139 207
Hex C1 8B CF

RGB Percentages of Color #c18bcf

%35.81
%25.79
%38.40

CMYK Percentages of Color #c18bcf

%7
%33
%0
%19

Triadic Colors of #c18bcf

#c18bcf #cfc18b #8bcfc1

Analogous Colors of #c18bcf

#c18bcf #cf8bbb #9f8bcf

Monochromatic Colors of #c18bcf

#c18bcf

Complementary Color

#c18bcf #99cf8b

#c18bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18bcf Color CSS Codes

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

#c18bcf Text Font Color

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

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


#c18bcf Background Color

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

This div background color is #c18bcf


#c18bcf Border Color

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

This div border color is #c18bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18bcf


Comments

No comments written yet.

Please login to write comment.