Color Hex Logo

#523dbe Color Hex

#523DBE
(82,61,190)
0 Favorites   0 Comments

Color spaces of #523dbe

RGB 8261190
HSL0.690.510.49
HSV250°68°75°
CMYK 0.570.680.00   0.25
XYZ14.44278.849049.6620
Yxy8.84900.19800.1213
Hunter Lab29.747334.6064-78.1594
CIE-Lab35.691944.0028-64.8278

#523dbe color RGB value is (82,61,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111101 10111110
Octal 122 75 276
Decimal 82 61 190
Hex 52 3D BE

RGB Percentages of Color #523dbe

%24.62
%18.32
%57.06

CMYK Percentages of Color #523dbe

%57
%68
%0
%25

Triadic Colors of #523dbe

#523dbe #be523d #3dbe52

Analogous Colors of #523dbe

#523dbe #933dbe #3d69be

Monochromatic Colors of #523dbe

#523dbe

Complementary Color

#523dbe #a9be3d

#523dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#523dbe Color CSS Codes

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

#523dbe Text Font Color

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

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


#523dbe Background Color

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

This div background color is #523dbe


#523dbe Border Color

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

This div border color is #523dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523dbe


Comments

No comments written yet.

Please login to write comment.