Color Hex Logo

#c16cef Color Hex

#C16CEF
(193,108,239)
0 Favorites   0 Comments

Color spaces of #c16cef

RGB 193108239
HSL0.770.800.68
HSV279°55°94°
CMYK 0.190.550.00   0.06
XYZ42.934928.294684.8598
Yxy28.29460.27510.1813
Hunter Lab53.192750.9906-57.3522
CIE-Lab60.154055.3932-52.7535

#c16cef color RGB value is (193,108,239).

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

The process color (four color CMYK) of #c16cef color hex is 0.19, 0.55, 0.00, 0.06. Web safe color of #c16cef is #cc66ff. Color #c16cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101100 11101111
Octal 301 154 357
Decimal 193 108 239
Hex C1 6C EF

RGB Percentages of Color #c16cef

%35.74
%20.00
%44.26

CMYK Percentages of Color #c16cef

%19
%55
%0
%6

Triadic Colors of #c16cef

#c16cef #efc16c #6cefc1

Analogous Colors of #c16cef

#c16cef #ef6cdc #806cef

Monochromatic Colors of #c16cef

#c16cef

Complementary Color

#c16cef #9aef6c

#c16cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16cef Color CSS Codes

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

#c16cef Text Font Color

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

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


#c16cef Background Color

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

This div background color is #c16cef


#c16cef Border Color

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

This div border color is #c16cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16cef


Comments

No comments written yet.

Please login to write comment.