Color Hex Logo

#c819fa Color Hex

#C819FA
(200,25,250)
0 Favorites   0 Comments

Color spaces of #c819fa

RGB 20025250
HSL0.800.960.54
HSV287°90°98°
CMYK 0.200.900.00   0.02
XYZ41.422419.876792.0959
Yxy19.87670.27000.1296
Hunter Lab44.583387.8238-91.2673
CIE-Lab51.697587.2845-72.4231

#c819fa color RGB value is (200,25,250).

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

The process color (four color CMYK) of #c819fa color hex is 0.20, 0.90, 0.00, 0.02. Web safe color of #c819fa is #cc00ff. Color #c819fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00011001 11111010
Octal 310 31 372
Decimal 200 25 250
Hex C8 19 FA

RGB Percentages of Color #c819fa

%42.11
%5.26
%52.63

CMYK Percentages of Color #c819fa

%20
%90
%0
%2

Triadic Colors of #c819fa

#c819fa #fac819 #19fac8

Analogous Colors of #c819fa

#c819fa #fa19bc #5819fa

Monochromatic Colors of #c819fa

#c819fa

Complementary Color

#c819fa #4bfa19

#c819fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c819fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c819fa Color CSS Codes

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

#c819fa Text Font Color

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

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


#c819fa Background Color

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

This div background color is #c819fa


#c819fa Border Color

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

This div border color is #c819fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c819fa


Comments

No comments written yet.

Please login to write comment.