Color Hex Logo

#502bd8 Color Hex

#502BD8
(80,43,216)
0 Favorites   0 Comments

Color spaces of #502bd8

RGB 8043216
HSL0.700.690.51
HSV253°80°85°
CMYK 0.630.800.00   0.15
XYZ16.56688.391165.7122
Yxy8.39110.18270.0925
Hunter Lab28.967451.3933-114.2215
CIE-Lab34.784560.4009-81.4556

#502bd8 color RGB value is (80,43,216).

#502bd8 hex color red value is 80, green value is 43 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #502bd8 hue: 0.70 , saturation: 0.69 and the lightness value of 502bd8 is 0.51.

The process color (four color CMYK) of #502bd8 color hex is 0.63, 0.80, 0.00, 0.15. Web safe color of #502bd8 is #6633cc. Color #502bd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101011 11011000
Octal 120 53 330
Decimal 80 43 216
Hex 50 2B D8

RGB Percentages of Color #502bd8

%23.60
%12.68
%63.72

CMYK Percentages of Color #502bd8

%63
%80
%0
%15

Triadic Colors of #502bd8

#502bd8 #d8502b #2bd850

Analogous Colors of #502bd8

#502bd8 #a72bd8 #2b5dd8

Monochromatic Colors of #502bd8

#502bd8

Complementary Color

#502bd8 #b3d82b

#502bd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502bd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#502bd8 Color CSS Codes

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

#502bd8 Text Font Color

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

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


#502bd8 Background Color

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

This div background color is #502bd8


#502bd8 Border Color

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

This div border color is #502bd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502bd8


Comments

No comments written yet.

Please login to write comment.