Color Hex Logo

#c161ef Color Hex

#C161EF
(193,97,239)
0 Favorites   0 Comments

Color spaces of #c161ef

RGB 19397239
HSL0.780.820.66
HSV281°59°94°
CMYK 0.190.590.00   0.06
XYZ41.847026.118884.4972
Yxy26.11880.27450.1713
Hunter Lab51.106656.7227-62.2527
CIE-Lab58.149660.7645-55.9467

#c161ef color RGB value is (193,97,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100001 11101111
Octal 301 141 357
Decimal 193 97 239
Hex C1 61 EF

RGB Percentages of Color #c161ef

%36.48
%18.34
%45.18

CMYK Percentages of Color #c161ef

%19
%59
%0
%6

Triadic Colors of #c161ef

#c161ef #efc161 #61efc1

Analogous Colors of #c161ef

#c161ef #ef61d6 #7a61ef

Monochromatic Colors of #c161ef

#c161ef

Complementary Color

#c161ef #8fef61

#c161ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c161ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c161ef Color CSS Codes

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

#c161ef Text Font Color

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

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


#c161ef Background Color

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

This div background color is #c161ef


#c161ef Border Color

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

This div border color is #c161ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c161ef


Comments

No comments written yet.

Please login to write comment.