Color Hex Logo

#523efe Color Hex

#523EFE
(82,62,254)
0 Favorites   0 Comments

Color spaces of #523efe

RGB 8262254
HSL0.680.990.62
HSV246°76°100°
CMYK 0.680.760.00   0.00
XYZ23.091712.394894.9413
Yxy12.39480.17700.0950
Hunter Lab35.206255.4668-135.2440
CIE-Lab41.836862.6946-91.3524

#523efe color RGB value is (82,62,254).

#523efe hex color red value is 82, green value is 62 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #523efe hue: 0.68 , saturation: 0.99 and the lightness value of 523efe is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111110 11111110
Octal 122 76 376
Decimal 82 62 254
Hex 52 3E FE

RGB Percentages of Color #523efe

%20.60
%15.58
%63.82

CMYK Percentages of Color #523efe

%68
%76
%0
%0

Triadic Colors of #523efe

#523efe #fe523e #3efe52

Analogous Colors of #523efe

#523efe #b23efe #3e8afe

Monochromatic Colors of #523efe

#523efe

Complementary Color

#523efe #eafe3e

#523efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#523efe Color CSS Codes

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

#523efe Text Font Color

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

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


#523efe Background Color

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

This div background color is #523efe


#523efe Border Color

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

This div border color is #523efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523efe

Related Colors


Comments

No comments written yet.

Please login to write comment.