Color Hex Logo

#c503dc Color Hex

#C503DC
(197,3,220)
0 Favorites   0 Comments

Color spaces of #c503dc

RGB 1973220
HSL0.820.970.44
HSV294°99°86°
CMYK 0.100.990.00   0.14
XYZ35.976817.102769.1151
Yxy17.10270.29440.1400
Hunter Lab41.355482.9126-70.1394
CIE-Lab48.389284.1462-60.8677

#c503dc color RGB value is (197,3,220).

#c503dc hex color red value is 197, green value is 3 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c503dc hue: 0.82 , saturation: 0.97 and the lightness value of c503dc is 0.44.

The process color (four color CMYK) of #c503dc color hex is 0.10, 0.99, 0.00, 0.14. Web safe color of #c503dc is #cc00cc. Color #c503dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000011 11011100
Octal 305 3 334
Decimal 197 3 220
Hex C5 3 DC

RGB Percentages of Color #c503dc

%46.90
%0.71
%52.38

CMYK Percentages of Color #c503dc

%10
%99
%0
%14

Triadic Colors of #c503dc

#c503dc #dcc503 #03dcc5

Analogous Colors of #c503dc

#c503dc #dc0387 #5903dc

Monochromatic Colors of #c503dc

#c503dc

Complementary Color

#c503dc #1adc03

#c503dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c503dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c503dc Color CSS Codes

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

#c503dc Text Font Color

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

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


#c503dc Background Color

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

This div background color is #c503dc


#c503dc Border Color

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

This div border color is #c503dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c503dc


Comments

No comments written yet.

Please login to write comment.