Color Hex Logo

#c815fa Color Hex

#C815FA
(200,21,250)
0 Favorites   0 Comments

Color spaces of #c815fa

RGB 20021250
HSL0.800.960.53
HSV287°92°98°
CMYK 0.200.920.00   0.02
XYZ41.342919.717892.0694
Yxy19.71780.27000.1288
Hunter Lab44.404788.4837-91.8494
CIE-Lab51.516687.8215-72.7168

#c815fa color RGB value is (200,21,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010101 11111010
Octal 310 25 372
Decimal 200 21 250
Hex C8 15 FA

RGB Percentages of Color #c815fa

%42.46
%4.46
%53.08

CMYK Percentages of Color #c815fa

%20
%92
%0
%2

Triadic Colors of #c815fa

#c815fa #fac815 #15fac8

Analogous Colors of #c815fa

#c815fa #fa15ba #5615fa

Monochromatic Colors of #c815fa

#c815fa

Complementary Color

#c815fa #47fa15

#c815fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c815fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c815fa Color CSS Codes

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

#c815fa Text Font Color

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

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


#c815fa Background Color

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

This div background color is #c815fa


#c815fa Border Color

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

This div border color is #c815fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,21,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 #c815fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c815fa


Comments

No comments written yet.

Please login to write comment.