Color Hex Logo

#c818fe Color Hex

#C818FE
(200,24,254)
0 Favorites   0 Comments

Color spaces of #c818fe

RGB 20024254
HSL0.790.990.55
HSV286°91°100°
CMYK 0.210.910.00   0.00
XYZ42.035420.088495.4279
Yxy20.08840.26680.1275
Hunter Lab44.820188.9746-94.8622
CIE-Lab51.937088.1130-74.2642

#c818fe color RGB value is (200,24,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011000 11111110
Octal 310 30 376
Decimal 200 24 254
Hex C8 18 FE

RGB Percentages of Color #c818fe

%41.84
%5.02
%53.14

CMYK Percentages of Color #c818fe

%21
%91
%0
%0

Triadic Colors of #c818fe

#c818fe #fec818 #18fec8

Analogous Colors of #c818fe

#c818fe #fe18c1 #5518fe

Monochromatic Colors of #c818fe

#c818fe

Complementary Color

#c818fe #4efe18

#c818fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c818fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c818fe Color CSS Codes

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

#c818fe Text Font Color

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

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


#c818fe Background Color

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

This div background color is #c818fe


#c818fe Border Color

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

This div border color is #c818fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c818fe


Comments

No comments written yet.

Please login to write comment.