Color Hex Logo

#523cfb Color Hex

#523CFB
(82,60,251)
0 Favorites   0 Comments

Color spaces of #523cfb

RGB 8260251
HSL0.690.960.61
HSV247°76°98°
CMYK 0.670.760.00   0.02
XYZ22.508111.990692.3949
Yxy11.99060.17740.0945
Hunter Lab34.627455.4283-133.9617
CIE-Lab41.201262.7837-90.7247

#523cfb color RGB value is (82,60,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111100 11111011
Octal 122 74 373
Decimal 82 60 251
Hex 52 3C FB

RGB Percentages of Color #523cfb

%20.87
%15.27
%63.87

CMYK Percentages of Color #523cfb

%67
%76
%0
%2

Triadic Colors of #523cfb

#523cfb #fb523c #3cfb52

Analogous Colors of #523cfb

#523cfb #b23cfb #3c86fb

Monochromatic Colors of #523cfb

#523cfb

Complementary Color

#523cfb #e5fb3c

#523cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#523cfb Color CSS Codes

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

#523cfb Text Font Color

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

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


#523cfb Background Color

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

This div background color is #523cfb


#523cfb Border Color

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

This div border color is #523cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523cfb


Comments

No comments written yet.

Please login to write comment.