Color Hex Logo

#c216eb Color Hex

#C216EB
(194,22,235)
0 Favorites   0 Comments

Color spaces of #c216eb

RGB 19422235
HSL0.800.840.50
HSV288°91°92°
CMYK 0.170.910.00   0.08
XYZ37.530418.041380.1015
Yxy18.04130.27660.1330
Hunter Lab42.475183.3889-82.0794
CIE-Lab49.546284.2923-67.5363

#c216eb color RGB value is (194,22,235).

#c216eb hex color red value is 194, green value is 22 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c216eb hue: 0.80 , saturation: 0.84 and the lightness value of c216eb is 0.50.

The process color (four color CMYK) of #c216eb color hex is 0.17, 0.91, 0.00, 0.08. Web safe color of #c216eb is #cc00ff. Color #c216eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010110 11101011
Octal 302 26 353
Decimal 194 22 235
Hex C2 16 EB

RGB Percentages of Color #c216eb

%43.02
%4.88
%52.11

CMYK Percentages of Color #c216eb

%17
%91
%0
%8

Triadic Colors of #c216eb

#c216eb #ebc216 #16ebc2

Analogous Colors of #c216eb

#c216eb #eb16aa #5716eb

Monochromatic Colors of #c216eb

#c216eb

Complementary Color

#c216eb #3feb16

#c216eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c216eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c216eb Color CSS Codes

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

#c216eb Text Font Color

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

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


#c216eb Background Color

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

This div background color is #c216eb


#c216eb Border Color

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

This div border color is #c216eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,22,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c216eb


Comments

No comments written yet.

Please login to write comment.