Color Hex Logo

#c503da Color Hex

#C503DA
(197,3,218)
0 Favorites   0 Comments

Color spaces of #c503da

RGB 1973218
HSL0.820.970.43
HSV294°99°85°
CMYK 0.100.990.00   0.15
XYZ35.713416.997467.7282
Yxy16.99740.29650.1411
Hunter Lab41.227982.4756-68.5406
CIE-Lab48.256883.8321-59.9385

#c503da color RGB value is (197,3,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000011 11011010
Octal 305 3 332
Decimal 197 3 218
Hex C5 3 DA

RGB Percentages of Color #c503da

%47.13
%0.72
%52.15

CMYK Percentages of Color #c503da

%10
%99
%0
%15

Triadic Colors of #c503da

#c503da #dac503 #03dac5

Analogous Colors of #c503da

#c503da #da0384 #5903da

Monochromatic Colors of #c503da

#c503da

Complementary Color

#c503da #18da03

#c503da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c503da Color Preview on White Background

Lorem ipsum dolor sit amet.

#c503da Color CSS Codes

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

#c503da Text Font Color

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

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


#c503da Background Color

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

This div background color is #c503da


#c503da Border Color

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

This div border color is #c503da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c503da


Comments

No comments written yet.

Please login to write comment.