Color Hex Logo

#502fce Color Hex

#502FCE
(80,47,206)
0 Favorites   0 Comments

Color spaces of #502fce

RGB 8047206
HSL0.700.630.50
HSV252°77°81°
CMYK 0.610.770.00   0.19
XYZ15.46548.194759.1591
Yxy8.19470.18670.0989
Hunter Lab28.626446.3384-102.4898
CIE-Lab34.385155.7902-76.3280

#502fce color RGB value is (80,47,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101111 11001110
Octal 120 57 316
Decimal 80 47 206
Hex 50 2F CE

RGB Percentages of Color #502fce

%24.02
%14.11
%61.86

CMYK Percentages of Color #502fce

%61
%77
%0
%19

Triadic Colors of #502fce

#502fce #ce502f #2fce50

Analogous Colors of #502fce

#502fce #a02fce #2f5dce

Monochromatic Colors of #502fce

#502fce

Complementary Color

#502fce #adce2f

#502fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#502fce Color CSS Codes

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

#502fce Text Font Color

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

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


#502fce Background Color

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

This div background color is #502fce


#502fce Border Color

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

This div border color is #502fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502fce


Comments

No comments written yet.

Please login to write comment.