Color Hex Logo

#c164fe Color Hex

#C164FE
(193,100,254)
0 Favorites   0 Comments

Color spaces of #c164fe

RGB 193100254
HSL0.770.990.69
HSV276°61°100°
CMYK 0.240.610.00   0.00
XYZ44.438927.607696.7525
Yxy27.60760.26330.1636
Hunter Lab52.542959.0187-72.3965
CIE-Lab59.532662.5000-62.0499

#c164fe color RGB value is (193,100,254).

#c164fe hex color red value is 193, green value is 100 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #c164fe hue: 0.77 , saturation: 0.99 and the lightness value of c164fe is 0.69.

The process color (four color CMYK) of #c164fe color hex is 0.24, 0.61, 0.00, 0.00. Web safe color of #c164fe is #cc66ff. Color #c164fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100100 11111110
Octal 301 144 376
Decimal 193 100 254
Hex C1 64 FE

RGB Percentages of Color #c164fe

%35.28
%18.28
%46.44

CMYK Percentages of Color #c164fe

%24
%61
%0
%0

Triadic Colors of #c164fe

#c164fe #fec164 #64fec1

Analogous Colors of #c164fe

#c164fe #fe64ee #7464fe

Monochromatic Colors of #c164fe

#c164fe

Complementary Color

#c164fe #a1fe64

#c164fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c164fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c164fe Color CSS Codes

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

#c164fe Text Font Color

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

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


#c164fe Background Color

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

This div background color is #c164fe


#c164fe Border Color

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

This div border color is #c164fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c164fe


Comments

No comments written yet.

Please login to write comment.