Color Hex Logo

#523fbe Color Hex

#523FBE
(82,63,190)
0 Favorites   0 Comments

Color spaces of #523fbe

RGB 8263190
HSL0.690.500.50
HSV249°67°75°
CMYK 0.570.670.00   0.25
XYZ14.55149.066649.6983
Yxy9.06660.19850.1237
Hunter Lab30.110833.5684-76.7814
CIE-Lab36.112242.8589-64.1406

#523fbe color RGB value is (82,63,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111111 10111110
Octal 122 77 276
Decimal 82 63 190
Hex 52 3F BE

RGB Percentages of Color #523fbe

%24.48
%18.81
%56.72

CMYK Percentages of Color #523fbe

%57
%67
%0
%25

Triadic Colors of #523fbe

#523fbe #be523f #3fbe52

Analogous Colors of #523fbe

#523fbe #923fbe #3f6cbe

Monochromatic Colors of #523fbe

#523fbe

Complementary Color

#523fbe #abbe3f

#523fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#523fbe Color CSS Codes

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

#523fbe Text Font Color

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

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


#523fbe Background Color

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

This div background color is #523fbe


#523fbe Border Color

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

This div border color is #523fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523fbe


Comments

No comments written yet.

Please login to write comment.