Color Hex Logo

#523bfb Color Hex

#523BFB
(82,59,251)
0 Favorites   0 Comments

Color spaces of #523bfb

RGB 8259251
HSL0.690.960.61
HSV247°76°98°
CMYK 0.670.760.00   0.02
XYZ22.456211.886892.3776
Yxy11.88680.17720.0938
Hunter Lab34.477255.9280-134.7263
CIE-Lab41.035663.2593-90.9983

#523bfb color RGB value is (82,59,251).

#523bfb hex color red value is 82, green value is 59 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #523bfb hue: 0.69 , saturation: 0.96 and the lightness value of 523bfb is 0.61.

The process color (four color CMYK) of #523bfb color hex is 0.67, 0.76, 0.00, 0.02. Web safe color of #523bfb is #6633ff. Color #523bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111011 11111011
Octal 122 73 373
Decimal 82 59 251
Hex 52 3B FB

RGB Percentages of Color #523bfb

%20.92
%15.05
%64.03

CMYK Percentages of Color #523bfb

%67
%76
%0
%2

Triadic Colors of #523bfb

#523bfb #fb523b #3bfb52

Analogous Colors of #523bfb

#523bfb #b23bfb #3b84fb

Monochromatic Colors of #523bfb

#523bfb

Complementary Color

#523bfb #e4fb3b

#523bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#523bfb Color CSS Codes

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

#523bfb Text Font Color

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

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


#523bfb Background Color

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

This div background color is #523bfb


#523bfb Border Color

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

This div border color is #523bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523bfb


Comments

No comments written yet.

Please login to write comment.