Color Hex Logo

#c818fc Color Hex

#C818FC
(200,24,252)
0 Favorites   0 Comments

Color spaces of #c818fc

RGB 20024252
HSL0.800.970.54
HSV286°90°99°
CMYK 0.210.900.00   0.01
XYZ41.716719.960993.7496
Yxy19.96090.26840.1284
Hunter Lab44.677688.4844-93.1372
CIE-Lab51.793087.7687-73.3839

#c818fc color RGB value is (200,24,252).

#c818fc hex color red value is 200, green value is 24 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c818fc hue: 0.80 , saturation: 0.97 and the lightness value of c818fc is 0.54.

The process color (four color CMYK) of #c818fc color hex is 0.21, 0.90, 0.00, 0.01. Web safe color of #c818fc is #cc00ff. Color #c818fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011000 11111100
Octal 310 30 374
Decimal 200 24 252
Hex C8 18 FC

RGB Percentages of Color #c818fc

%42.02
%5.04
%52.94

CMYK Percentages of Color #c818fc

%21
%90
%0
%1

Triadic Colors of #c818fc

#c818fc #fcc818 #18fcc8

Analogous Colors of #c818fc

#c818fc #fc18be #5618fc

Monochromatic Colors of #c818fc

#c818fc

Complementary Color

#c818fc #4cfc18

#c818fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c818fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c818fc Color CSS Codes

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

#c818fc Text Font Color

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

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


#c818fc Background Color

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

This div background color is #c818fc


#c818fc Border Color

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

This div border color is #c818fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c818fc


Comments

No comments written yet.

Please login to write comment.