Color Hex Logo

#c164ec Color Hex

#C164EC
(193,100,236)
0 Favorites   0 Comments

Color spaces of #c164ec

RGB 193100236
HSL0.780.780.66
HSV281°58°93°
CMYK 0.180.580.00   0.07
XYZ41.689826.507982.2761
Yxy26.50790.27710.1762
Hunter Lab51.485854.4373-58.7074
CIE-Lab58.516058.7083-53.6903

#c164ec color RGB value is (193,100,236).

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

The process color (four color CMYK) of #c164ec color hex is 0.18, 0.58, 0.00, 0.07. Web safe color of #c164ec is #cc66ff. Color #c164ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100100 11101100
Octal 301 144 354
Decimal 193 100 236
Hex C1 64 EC

RGB Percentages of Color #c164ec

%36.48
%18.90
%44.61

CMYK Percentages of Color #c164ec

%18
%58
%0
%7

Triadic Colors of #c164ec

#c164ec #ecc164 #64ecc1

Analogous Colors of #c164ec

#c164ec #ec64d3 #7d64ec

Monochromatic Colors of #c164ec

#c164ec

Complementary Color

#c164ec #8fec64

#c164ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c164ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c164ec Color CSS Codes

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

#c164ec Text Font Color

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

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


#c164ec Background Color

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

This div background color is #c164ec


#c164ec Border Color

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

This div border color is #c164ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c164ec


Comments

No comments written yet.

Please login to write comment.