Color Hex Logo

#523bbe Color Hex

#523BBE
(82,59,190)
0 Favorites   0 Comments

Color spaces of #523bbe

RGB 8259190
HSL0.700.530.49
HSV251°69°75°
CMYK 0.570.690.00   0.25
XYZ14.33798.639549.6271
Yxy8.63950.19750.1190
Hunter Lab29.393035.6344-79.5299
CIE-Lab35.280745.1283-65.5007

#523bbe color RGB value is (82,59,190).

#523bbe hex color red value is 82, green value is 59 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #523bbe hue: 0.70 , saturation: 0.53 and the lightness value of 523bbe is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111011 10111110
Octal 122 73 276
Decimal 82 59 190
Hex 52 3B BE

RGB Percentages of Color #523bbe

%24.77
%17.82
%57.40

CMYK Percentages of Color #523bbe

%57
%69
%0
%25

Triadic Colors of #523bbe

#523bbe #be523b #3bbe52

Analogous Colors of #523bbe

#523bbe #943bbe #3b66be

Monochromatic Colors of #523bbe

#523bbe

Complementary Color

#523bbe #a7be3b

#523bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#523bbe Color CSS Codes

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

#523bbe Text Font Color

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

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


#523bbe Background Color

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

This div background color is #523bbe


#523bbe Border Color

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

This div border color is #523bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523bbe


Comments

No comments written yet.

Please login to write comment.