Color Hex Logo

#504bd2 Color Hex

#504BD2
(80,75,210)
0 Favorites   0 Comments

Color spaces of #504bd2

RGB 8075210
HSL0.670.600.56
HSV242°64°82°
CMYK 0.620.640.00   0.18
XYZ17.457211.390862.2513
Yxy11.39080.19160.1250
Hunter Lab33.750333.2655-85.7334
CIE-Lab40.231041.8410-69.0441

#504bd2 color RGB value is (80,75,210).

#504bd2 hex color red value is 80, green value is 75 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #504bd2 hue: 0.67 , saturation: 0.60 and the lightness value of 504bd2 is 0.56.

The process color (four color CMYK) of #504bd2 color hex is 0.62, 0.64, 0.00, 0.18. Web safe color of #504bd2 is #6633cc. Color #504bd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001011 11010010
Octal 120 113 322
Decimal 80 75 210
Hex 50 4B D2

RGB Percentages of Color #504bd2

%21.92
%20.55
%57.53

CMYK Percentages of Color #504bd2

%62
%64
%0
%18

Triadic Colors of #504bd2

#504bd2 #d2504b #4bd250

Analogous Colors of #504bd2

#504bd2 #944bd2 #4b8ad2

Monochromatic Colors of #504bd2

#504bd2

Complementary Color

#504bd2 #cdd24b

#504bd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504bd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504bd2 Color CSS Codes

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

#504bd2 Text Font Color

<p style="color:#504bd2">Text here</p>

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


#504bd2 Background Color

<div style="background-color:#504bd2">
Div content here</div>

This div background color is #504bd2


#504bd2 Border Color

<div style="border:3px solid #504bd2">
Div here</div>

This div border color is #504bd2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,75,210, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #504bd2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #504bd2;
  -webkit-box-shadow: 1px 1px 3px 2px #504bd2;
  box-shadow:         1px 1px 3px 2px #504bd2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504bd2


Comments

No comments written yet.

Please login to write comment.