Color Hex Logo

#c218ea Color Hex

#C218EA
(194,24,234)
0 Favorites   0 Comments

Color spaces of #c218ea

RGB 19424234
HSL0.800.830.51
HSV289°90°92°
CMYK 0.170.900.00   0.08
XYZ37.426118.063179.3559
Yxy18.06310.27750.1340
Hunter Lab42.500782.8108-80.9538
CIE-Lab49.572683.8384-66.9289

#c218ea color RGB value is (194,24,234).

#c218ea hex color red value is 194, green value is 24 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c218ea hue: 0.80 , saturation: 0.83 and the lightness value of c218ea is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011000 11101010
Octal 302 30 352
Decimal 194 24 234
Hex C2 18 EA

RGB Percentages of Color #c218ea

%42.92
%5.31
%51.77

CMYK Percentages of Color #c218ea

%17
%90
%0
%8

Triadic Colors of #c218ea

#c218ea #eac218 #18eac2

Analogous Colors of #c218ea

#c218ea #ea18a9 #5918ea

Monochromatic Colors of #c218ea

#c218ea

Complementary Color

#c218ea #40ea18

#c218ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c218ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c218ea Color CSS Codes

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

#c218ea Text Font Color

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

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


#c218ea Background Color

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

This div background color is #c218ea


#c218ea Border Color

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

This div border color is #c218ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c218ea


Comments

No comments written yet.

Please login to write comment.