Color Hex Logo

#c216fd Color Hex

#C216FD
(194,22,253)
0 Favorites   0 Comments

Color spaces of #c216fd

RGB 19422253
HSL0.790.980.54
HSV285°91°99°
CMYK 0.230.910.00   0.01
XYZ40.264719.135094.4997
Yxy19.13500.26160.1243
Hunter Lab43.743687.7529-97.4643
CIE-Lab50.844887.3951-75.5248

#c216fd color RGB value is (194,22,253).

#c216fd hex color red value is 194, green value is 22 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c216fd hue: 0.79 , saturation: 0.98 and the lightness value of c216fd is 0.54.

The process color (four color CMYK) of #c216fd color hex is 0.23, 0.91, 0.00, 0.01. Web safe color of #c216fd is #cc00ff. Color #c216fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010110 11111101
Octal 302 26 375
Decimal 194 22 253
Hex C2 16 FD

RGB Percentages of Color #c216fd

%41.36
%4.69
%53.94

CMYK Percentages of Color #c216fd

%23
%91
%0
%1

Triadic Colors of #c216fd

#c216fd #fdc216 #16fdc2

Analogous Colors of #c216fd

#c216fd #fd16c5 #4e16fd

Monochromatic Colors of #c216fd

#c216fd

Complementary Color

#c216fd #51fd16

#c216fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c216fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c216fd Color CSS Codes

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

#c216fd Text Font Color

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

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


#c216fd Background Color

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

This div background color is #c216fd


#c216fd Border Color

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

This div border color is #c216fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c216fd


Comments

No comments written yet.

Please login to write comment.