Color Hex Logo

#c503be Color Hex

#C503BE
(197,3,190)
0 Favorites   0 Comments

Color spaces of #c503be

RGB 1973190
HSL0.840.970.39
HSV302°98°77°
CMYK 0.000.980.04   0.23
XYZ32.352815.653150.0314
Yxy15.65310.33000.1597
Hunter Lab39.564076.7284-47.2815
CIE-Lab46.516079.6434-46.5463

#c503be color RGB value is (197,3,190).

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

The process color (four color CMYK) of #c503be color hex is 0.00, 0.98, 0.04, 0.23. Web safe color of #c503be is #cc00cc. Color #c503be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000011 10111110
Octal 305 3 276
Decimal 197 3 190
Hex C5 3 BE

RGB Percentages of Color #c503be

%50.51
%0.77
%48.72

CMYK Percentages of Color #c503be

%0
%98
%4
%23

Triadic Colors of #c503be

#c503be #bec503 #03bec5

Analogous Colors of #c503be

#c503be #c5035d #6b03c5

Monochromatic Colors of #c503be

#c503be

Complementary Color

#c503be #03c50a

#c503be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c503be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c503be Color CSS Codes

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

#c503be Text Font Color

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

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


#c503be Background Color

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

This div background color is #c503be


#c503be Border Color

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

This div border color is #c503be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c503be


Comments

No comments written yet.

Please login to write comment.