Color Hex Logo

#502dbc Color Hex

#502DBC
(80,45,188)
0 Favorites   0 Comments

Color spaces of #502dbc

RGB 8045188
HSL0.710.610.46
HSV255°76°74°
CMYK 0.570.760.00   0.26
XYZ13.32387.213148.2670
Yxy7.21310.19360.1048
Hunter Lab26.857241.5533-87.7542
CIE-Lab32.287251.6022-69.2428

#502dbc color RGB value is (80,45,188).

#502dbc hex color red value is 80, green value is 45 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #502dbc hue: 0.71 , saturation: 0.61 and the lightness value of 502dbc is 0.46.

The process color (four color CMYK) of #502dbc color hex is 0.57, 0.76, 0.00, 0.26. Web safe color of #502dbc is #6633cc. Color #502dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101101 10111100
Octal 120 55 274
Decimal 80 45 188
Hex 50 2D BC

RGB Percentages of Color #502dbc

%25.56
%14.38
%60.06

CMYK Percentages of Color #502dbc

%57
%76
%0
%26

Triadic Colors of #502dbc

#502dbc #bc502d #2dbc50

Analogous Colors of #502dbc

#502dbc #982dbc #2d52bc

Monochromatic Colors of #502dbc

#502dbc

Complementary Color

#502dbc #99bc2d

#502dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#502dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#502dbc Color CSS Codes

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

#502dbc Text Font Color

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

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


#502dbc Background Color

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

This div background color is #502dbc


#502dbc Border Color

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

This div border color is #502dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #502dbc


Comments

No comments written yet.

Please login to write comment.