Color Hex Logo

#c168fd Color Hex

#C168FD
(193,104,253)
0 Favorites   0 Comments

Color spaces of #c168fd

RGB 193104253
HSL0.770.970.70
HSV276°59°99°
CMYK 0.240.590.00   0.01
XYZ44.672328.329996.0422
Yxy28.32990.26430.1676
Hunter Lab53.225856.6693-69.7265
CIE-Lab60.185660.3633-60.4523

#c168fd color RGB value is (193,104,253).

#c168fd hex color red value is 193, green value is 104 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c168fd hue: 0.77 , saturation: 0.97 and the lightness value of c168fd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01101000 11111101
Octal 301 150 375
Decimal 193 104 253
Hex C1 68 FD

RGB Percentages of Color #c168fd

%35.09
%18.91
%46.00

CMYK Percentages of Color #c168fd

%24
%59
%0
%1

Triadic Colors of #c168fd

#c168fd #fdc168 #68fdc1

Analogous Colors of #c168fd

#c168fd #fd68ef #7768fd

Monochromatic Colors of #c168fd

#c168fd

Complementary Color

#c168fd #a4fd68

#c168fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c168fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c168fd Color CSS Codes

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

#c168fd Text Font Color

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

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


#c168fd Background Color

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

This div background color is #c168fd


#c168fd Border Color

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

This div border color is #c168fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c168fd


Comments

No comments written yet.

Please login to write comment.