Color Hex Logo

#c18bef Color Hex

#C18BEF
(193,139,239)
0 Favorites   0 Comments

Color spaces of #c18bef

RGB 193139239
HSL0.760.760.74
HSV272°42°94°
CMYK 0.190.420.00   0.06
XYZ46.804936.034786.1499
Yxy36.03470.27700.2132
Hunter Lab60.028934.1269-43.0692
CIE-Lab66.546439.0363-42.6600

#c18bef color RGB value is (193,139,239).

#c18bef hex color red value is 193, green value is 139 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c18bef hue: 0.76 , saturation: 0.76 and the lightness value of c18bef is 0.74.

The process color (four color CMYK) of #c18bef color hex is 0.19, 0.42, 0.00, 0.06. Web safe color of #c18bef is #cc99ff. Color #c18bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001011 11101111
Octal 301 213 357
Decimal 193 139 239
Hex C1 8B EF

RGB Percentages of Color #c18bef

%33.80
%24.34
%41.86

CMYK Percentages of Color #c18bef

%19
%42
%0
%6

Triadic Colors of #c18bef

#c18bef #efc18b #8befc1

Analogous Colors of #c18bef

#c18bef #ef8beb #8f8bef

Monochromatic Colors of #c18bef

#c18bef

Complementary Color

#c18bef #b9ef8b

#c18bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18bef Color CSS Codes

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

#c18bef Text Font Color

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

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


#c18bef Background Color

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

This div background color is #c18bef


#c18bef Border Color

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

This div border color is #c18bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18bef


Comments

No comments written yet.

Please login to write comment.