Color Hex Logo

#c164fc Color Hex

#C164FC
(193,100,252)
0 Favorites   0 Comments

Color spaces of #c164fc

RGB 193100252
HSL0.770.960.69
HSV277°60°99°
CMYK 0.230.600.00   0.01
XYZ44.120227.480195.0743
Yxy27.48010.26470.1649
Hunter Lab52.421558.4959-70.8364
CIE-Lab59.416162.0721-61.1325

#c164fc color RGB value is (193,100,252).

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

The process color (four color CMYK) of #c164fc color hex is 0.23, 0.60, 0.00, 0.01. Web safe color of #c164fc is #cc66ff. Color #c164fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100100 11111100
Octal 301 144 374
Decimal 193 100 252
Hex C1 64 FC

RGB Percentages of Color #c164fc

%35.41
%18.35
%46.24

CMYK Percentages of Color #c164fc

%23
%60
%0
%1

Triadic Colors of #c164fc

#c164fc #fcc164 #64fcc1

Analogous Colors of #c164fc

#c164fc #fc64eb #7564fc

Monochromatic Colors of #c164fc

#c164fc

Complementary Color

#c164fc #9ffc64

#c164fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c164fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c164fc Color CSS Codes

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

#c164fc Text Font Color

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

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


#c164fc Background Color

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

This div background color is #c164fc


#c164fc Border Color

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

This div border color is #c164fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c164fc


Comments

No comments written yet.

Please login to write comment.