Color Hex Logo

#523ebc Color Hex

#523EBC
(82,62,188)
0 Favorites   0 Comments

Color spaces of #523ebc

RGB 8262188
HSL0.690.500.49
HSV250°67°74°
CMYK 0.560.670.00   0.26
XYZ14.27948.869948.5364
Yxy8.86990.19920.1237
Hunter Lab29.782433.4641-75.7774
CIE-Lab35.732642.8181-63.5856

#523ebc color RGB value is (82,62,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111110 10111100
Octal 122 76 274
Decimal 82 62 188
Hex 52 3E BC

RGB Percentages of Color #523ebc

%24.70
%18.67
%56.63

CMYK Percentages of Color #523ebc

%56
%67
%0
%26

Triadic Colors of #523ebc

#523ebc #bc523e #3ebc52

Analogous Colors of #523ebc

#523ebc #913ebc #3e69bc

Monochromatic Colors of #523ebc

#523ebc

Complementary Color

#523ebc #a8bc3e

#523ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#523ebc Color CSS Codes

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

#523ebc Text Font Color

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

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


#523ebc Background Color

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

This div background color is #523ebc


#523ebc Border Color

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

This div border color is #523ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523ebc


Comments

No comments written yet.

Please login to write comment.