Color Hex Logo

#c218ff Color Hex

#C218FF
(194,24,255)
0 Favorites   0 Comments

Color spaces of #c218ff

RGB 19424255
HSL0.791.000.55
HSV284°91°100°
CMYK 0.240.910.00   0.00
XYZ40.624819.342696.2001
Yxy19.34260.26010.1239
Hunter Lab43.980287.9161-98.9018
CIE-Lab51.085687.4730-76.2470

#c218ff color RGB value is (194,24,255).

#c218ff hex color red value is 194, green value is 24 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c218ff hue: 0.79 , saturation: 1.00 and the lightness value of c218ff is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011000 11111111
Octal 302 30 377
Decimal 194 24 255
Hex C2 18 FF

RGB Percentages of Color #c218ff

%41.01
%5.07
%53.91

CMYK Percentages of Color #c218ff

%24
%91
%0
%0

Triadic Colors of #c218ff

#c218ff #ffc218 #18ffc2

Analogous Colors of #c218ff

#c218ff #ff18c9 #4e18ff

Monochromatic Colors of #c218ff

#c218ff

Complementary Color

#c218ff #55ff18

#c218ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c218ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c218ff Color CSS Codes

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

#c218ff Text Font Color

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

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


#c218ff Background Color

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

This div background color is #c218ff


#c218ff Border Color

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

This div border color is #c218ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c218ff


Comments

No comments written yet.

Please login to write comment.