Color Hex Logo

#523bbf Color Hex

#523BBF
(82,59,191)
0 Favorites   0 Comments

Color spaces of #523bbf

RGB 8259191
HSL0.700.530.49
HSV250°69°75°
CMYK 0.570.690.00   0.25
XYZ14.44768.683450.2048
Yxy8.68340.19700.1184
Hunter Lab29.467635.9480-80.3867
CIE-Lab35.367445.4316-65.9461

#523bbf color RGB value is (82,59,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111011 10111111
Octal 122 73 277
Decimal 82 59 191
Hex 52 3B BF

RGB Percentages of Color #523bbf

%24.70
%17.77
%57.53

CMYK Percentages of Color #523bbf

%57
%69
%0
%25

Triadic Colors of #523bbf

#523bbf #bf523b #3bbf52

Analogous Colors of #523bbf

#523bbf #943bbf #3b66bf

Monochromatic Colors of #523bbf

#523bbf

Complementary Color

#523bbf #a8bf3b

#523bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#523bbf Color CSS Codes

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

#523bbf Text Font Color

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

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


#523bbf Background Color

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

This div background color is #523bbf


#523bbf Border Color

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

This div border color is #523bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523bbf


Comments

No comments written yet.

Please login to write comment.