Color Hex Logo

#c502fd Color Hex

#C502FD
(197,2,253)
0 Favorites   0 Comments

Color spaces of #c502fd

RGB 1972253
HSL0.800.980.50
HSV287°99°99°
CMYK 0.220.990.00   0.01
XYZ40.777319.005694.4477
Yxy19.00560.26440.1232
Hunter Lab43.595490.6694-97.9326
CIE-Lab50.693889.6328-75.7502

#c502fd color RGB value is (197,2,253).

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

The process color (four color CMYK) of #c502fd color hex is 0.22, 0.99, 0.00, 0.01. Web safe color of #c502fd is #cc00ff. Color #c502fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000010 11111101
Octal 305 2 375
Decimal 197 2 253
Hex C5 2 FD

RGB Percentages of Color #c502fd

%43.58
%0.44
%55.97

CMYK Percentages of Color #c502fd

%22
%99
%0
%1

Triadic Colors of #c502fd

#c502fd #fdc502 #02fdc5

Analogous Colors of #c502fd

#c502fd #fd02b8 #4702fd

Monochromatic Colors of #c502fd

#c502fd

Complementary Color

#c502fd #3afd02

#c502fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c502fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c502fd Color CSS Codes

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

#c502fd Text Font Color

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

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


#c502fd Background Color

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

This div background color is #c502fd


#c502fd Border Color

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

This div border color is #c502fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c502fd


Comments

No comments written yet.

Please login to write comment.