color codes Logo

#c502df color codes

#C502DF
(197,2,223)
0 Favorites   0 Comments

Color spaces of #c502df

RGB 1972223
HSL0.810.980.44
HSV293°99°87°
CMYK 0.120.990.00   0.13
XYZ36.366917.241471.2232
Yxy17.24140.29130.1381
Hunter Lab41.522883.6709-72.6331
CIE-Lab48.562884.7005-62.2985

#c502df color RGB value is (197,2,223).

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

The process color (four color CMYK) of #c502df color code is 0.12, 0.99, 0.00, 0.13. Web safe color of #c502df is #cc00cc. Color #c502df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000010 11011111
Octal 305 2 337
Decimal 197 2 223
Hex C5 2 DF

RGB Percentages of Color #c502df

%46.68
%0.47
%52.84

CMYK Percentages of Color #c502df

%12
%99
%0
%13

Triadic Colors of #c502df

#c502df #dfc502 #02dfc5

Analogous Colors of #c502df

#c502df #df028b #5702df

Monochromatic Colors of #c502df

#c502df

Complementary Color

#c502df #1cdf02

#c502df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c502df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c502df Color CSS Codes

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

#c502df Text Font Color

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

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


#c502df Background Color

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

This div background color is #c502df


#c502df Border Color

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

This div border color is #c502df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c502df


Comments

No comments written yet.

Please login to write comment.