Color Hex Logo

#c161eb Color Hex

#C161EB
(193,97,235)
0 Favorites   0 Comments

Color spaces of #c161eb

RGB 19397235
HSL0.780.780.65
HSV282°59°92°
CMYK 0.180.590.00   0.08
XYZ41.262425.885081.4188
Yxy25.88500.27770.1742
Hunter Lab50.877355.7314-59.2675
CIE-Lab57.927759.9414-54.0697

#c161eb color RGB value is (193,97,235).

#c161eb hex color red value is 193, green value is 97 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c161eb hue: 0.78 , saturation: 0.78 and the lightness value of c161eb is 0.65.

The process color (four color CMYK) of #c161eb color hex is 0.18, 0.59, 0.00, 0.08. Web safe color of #c161eb is #cc66ff. Color #c161eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100001 11101011
Octal 301 141 353
Decimal 193 97 235
Hex C1 61 EB

RGB Percentages of Color #c161eb

%36.76
%18.48
%44.76

CMYK Percentages of Color #c161eb

%18
%59
%0
%8

Triadic Colors of #c161eb

#c161eb #ebc161 #61ebc1

Analogous Colors of #c161eb

#c161eb #eb61d0 #7c61eb

Monochromatic Colors of #c161eb

#c161eb

Complementary Color

#c161eb #8beb61

#c161eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c161eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c161eb Color CSS Codes

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

#c161eb Text Font Color

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

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


#c161eb Background Color

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

This div background color is #c161eb


#c161eb Border Color

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

This div border color is #c161eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c161eb


Comments

No comments written yet.

Please login to write comment.