Color Hex Logo

#c818fd Color Hex

#C818FD
(200,24,253)
0 Favorites   0 Comments

Color spaces of #c818fd

RGB 20024253
HSL0.790.980.54
HSV286°91°99°
CMYK 0.210.910.00   0.01
XYZ41.875720.024594.5865
Yxy20.02450.26760.1280
Hunter Lab44.748788.7293-93.9986
CIE-Lab51.864987.9408-73.8244

#c818fd color RGB value is (200,24,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011000 11111101
Octal 310 30 375
Decimal 200 24 253
Hex C8 18 FD

RGB Percentages of Color #c818fd

%41.93
%5.03
%53.04

CMYK Percentages of Color #c818fd

%21
%91
%0
%1

Triadic Colors of #c818fd

#c818fd #fdc818 #18fdc8

Analogous Colors of #c818fd

#c818fd #fd18c0 #5618fd

Monochromatic Colors of #c818fd

#c818fd

Complementary Color

#c818fd #4dfd18

#c818fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c818fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c818fd Color CSS Codes

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

#c818fd Text Font Color

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

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


#c818fd Background Color

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

This div background color is #c818fd


#c818fd Border Color

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

This div border color is #c818fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c818fd


Comments

No comments written yet.

Please login to write comment.