Color Hex Logo

#502fca Color Hex

#502FCA
(80,47,202)
0 Favorites   0 Comments

Color spaces of #502fca

RGB 8047202
HSL0.700.620.49
HSV253°77°79°
CMYK 0.600.770.00   0.21
XYZ14.98558.002856.6320
Yxy8.00280.18820.1005
Hunter Lab28.289245.0497-98.8898
CIE-Lab33.988754.6457-74.6537

#502fca color RGB value is (80,47,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101111 11001010
Octal 120 57 312
Decimal 80 47 202
Hex 50 2F CA

RGB Percentages of Color #502fca

%24.32
%14.29
%61.40

CMYK Percentages of Color #502fca

%60
%77
%0
%21

Triadic Colors of #502fca

#502fca #ca502f #2fca50

Analogous Colors of #502fca

#502fca #9e2fca #2f5cca

Monochromatic Colors of #502fca

#502fca

Complementary Color

#502fca #a9ca2f

#502fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#502fca Color CSS Codes

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

#502fca Text Font Color

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

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


#502fca Background Color

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

This div background color is #502fca


#502fca Border Color

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

This div border color is #502fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502fca


Comments

No comments written yet.

Please login to write comment.