Color Hex Logo

#c503fa Color Hex

#C503FA
(197,3,250)
0 Favorites   0 Comments

Color spaces of #c503fa

RGB 1973250
HSL0.800.980.50
HSV287°99°98°
CMYK 0.210.990.00   0.02
XYZ40.313818.837691.9537
Yxy18.83760.26680.1247
Hunter Lab43.402389.8439-95.2323
CIE-Lab50.496789.0481-74.3961

#c503fa color RGB value is (197,3,250).

#c503fa hex color red value is 197, green value is 3 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c503fa hue: 0.80 , saturation: 0.98 and the lightness value of c503fa is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000011 11111010
Octal 305 3 372
Decimal 197 3 250
Hex C5 3 FA

RGB Percentages of Color #c503fa

%43.78
%0.67
%55.56

CMYK Percentages of Color #c503fa

%21
%99
%0
%2

Triadic Colors of #c503fa

#c503fa #fac503 #03fac5

Analogous Colors of #c503fa

#c503fa #fa03b4 #4a03fa

Monochromatic Colors of #c503fa

#c503fa

Complementary Color

#c503fa #38fa03

#c503fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c503fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c503fa Color CSS Codes

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

#c503fa Text Font Color

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

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


#c503fa Background Color

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

This div background color is #c503fa


#c503fa Border Color

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

This div border color is #c503fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c503fa


Comments

No comments written yet.

Please login to write comment.