Color Hex Logo

#502fcd Color Hex

#502FCD
(80,47,205)
0 Favorites   0 Comments

Color spaces of #502fcd

RGB 8047205
HSL0.700.630.49
HSV253°77°80°
CMYK 0.610.770.00   0.20
XYZ15.34428.146358.5213
Yxy8.14630.18710.0993
Hunter Lab28.541746.0146-101.5877
CIE-Lab34.285755.5037-75.9107

#502fcd color RGB value is (80,47,205).

#502fcd hex color red value is 80, green value is 47 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #502fcd hue: 0.70 , saturation: 0.63 and the lightness value of 502fcd is 0.49.

The process color (four color CMYK) of #502fcd color hex is 0.61, 0.77, 0.00, 0.20. Web safe color of #502fcd is #6633cc. Color #502fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101111 11001101
Octal 120 57 315
Decimal 80 47 205
Hex 50 2F CD

RGB Percentages of Color #502fcd

%24.10
%14.16
%61.75

CMYK Percentages of Color #502fcd

%61
%77
%0
%20

Triadic Colors of #502fcd

#502fcd #cd502f #2fcd50

Analogous Colors of #502fcd

#502fcd #9f2fcd #2f5dcd

Monochromatic Colors of #502fcd

#502fcd

Complementary Color

#502fcd #accd2f

#502fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#502fcd Color CSS Codes

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

#502fcd Text Font Color

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

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


#502fcd Background Color

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

This div background color is #502fcd


#502fcd Border Color

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

This div border color is #502fcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,47,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #502fcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #502fcd;
  -webkit-box-shadow: 1px 1px 3px 2px #502fcd;
  box-shadow:         1px 1px 3px 2px #502fcd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502fcd


Comments

No comments written yet.

Please login to write comment.