Color Hex Logo

#504beb Color Hex

#504BEB
(80,75,235)
0 Favorites   0 Comments

Color spaces of #504beb

RGB 8075235
HSL0.670.800.61
HSV242°68°92°
CMYK 0.660.680.00   0.08
XYZ20.819712.735879.9582
Yxy12.73580.18340.1122
Hunter Lab35.687341.6830-107.8597
CIE-Lab42.362449.8416-79.8143

#504beb color RGB value is (80,75,235).

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

The process color (four color CMYK) of #504beb color hex is 0.66, 0.68, 0.00, 0.08. Web safe color of #504beb is #6633ff. Color #504beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001011 11101011
Octal 120 113 353
Decimal 80 75 235
Hex 50 4B EB

RGB Percentages of Color #504beb

%20.51
%19.23
%60.26

CMYK Percentages of Color #504beb

%66
%68
%0
%8

Triadic Colors of #504beb

#504beb #eb504b #4beb50

Analogous Colors of #504beb

#504beb #a04beb #4b96eb

Monochromatic Colors of #504beb

#504beb

Complementary Color

#504beb #e6eb4b

#504beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#504beb Color CSS Codes

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

#504beb Text Font Color

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

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


#504beb Background Color

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

This div background color is #504beb


#504beb Border Color

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

This div border color is #504beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504beb


Comments

No comments written yet.

Please login to write comment.