Color Hex Logo

#524bbe Color Hex

#524BBE
(82,75,190)
0 Favorites   0 Comments

Color spaces of #524bbe

RGB 8275190
HSL0.680.470.52
HSV244°61°75°
CMYK 0.570.610.00   0.25
XYZ15.290010.543749.9445
Yxy10.54370.20180.1391
Hunter Lab32.471127.2279-68.4656
CIE-Lab38.801135.7201-59.7585

#524bbe color RGB value is (82,75,190).

#524bbe hex color red value is 82, green value is 75 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #524bbe hue: 0.68 , saturation: 0.47 and the lightness value of 524bbe is 0.52.

The process color (four color CMYK) of #524bbe color hex is 0.57, 0.61, 0.00, 0.25. Web safe color of #524bbe is #6633cc. Color #524bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 01001011 10111110
Octal 122 113 276
Decimal 82 75 190
Hex 52 4B BE

RGB Percentages of Color #524bbe

%23.63
%21.61
%54.76

CMYK Percentages of Color #524bbe

%57
%61
%0
%25

Triadic Colors of #524bbe

#524bbe #be524b #4bbe52

Analogous Colors of #524bbe

#524bbe #8c4bbe #4b7ebe

Monochromatic Colors of #524bbe

#524bbe

Complementary Color

#524bbe #b7be4b

#524bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#524bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#524bbe Color CSS Codes

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

#524bbe Text Font Color

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

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


#524bbe Background Color

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

This div background color is #524bbe


#524bbe Border Color

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

This div border color is #524bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #524bbe


Comments

No comments written yet.

Please login to write comment.