Color Hex Logo

#524beb Color Hex

#524BEB
(82,75,235)
0 Favorites   0 Comments

Color spaces of #524beb

RGB 8275235
HSL0.670.800.61
HSV243°68°92°
CMYK 0.650.680.00   0.08
XYZ20.991112.824279.9662
Yxy12.82420.18450.1127
Hunter Lab35.810941.9614-107.3277
CIE-Lab42.497250.0857-79.5881

#524beb color RGB value is (82,75,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001011 11101011
Octal 122 113 353
Decimal 82 75 235
Hex 52 4B EB

RGB Percentages of Color #524beb

%20.92
%19.13
%59.95

CMYK Percentages of Color #524beb

%65
%68
%0
%8

Triadic Colors of #524beb

#524beb #eb524b #4beb52

Analogous Colors of #524beb

#524beb #a24beb #4b94eb

Monochromatic Colors of #524beb

#524beb

Complementary Color

#524beb #e4eb4b

#524beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#524beb Color CSS Codes

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

#524beb Text Font Color

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

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


#524beb Background Color

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

This div background color is #524beb


#524beb Border Color

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

This div border color is #524beb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,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 #524beb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524beb


Comments

No comments written yet.

Please login to write comment.