Color Hex Logo

#523ec3 Color Hex

#523EC3
(82,62,195)
0 Favorites   0 Comments

Color spaces of #523ec3

RGB 8262195
HSL0.690.530.50
HSV249°68°76°
CMYK 0.580.680.00   0.24
XYZ15.05269.179252.6082
Yxy9.17920.19590.1195
Hunter Lab30.297235.6643-81.7434
CIE-Lab36.327144.9692-66.7188

#523ec3 color RGB value is (82,62,195).

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

The process color (four color CMYK) of #523ec3 color hex is 0.58, 0.68, 0.00, 0.24. Web safe color of #523ec3 is #6633cc. Color #523ec3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111110 11000011
Octal 122 76 303
Decimal 82 62 195
Hex 52 3E C3

RGB Percentages of Color #523ec3

%24.19
%18.29
%57.52

CMYK Percentages of Color #523ec3

%58
%68
%0
%24

Triadic Colors of #523ec3

#523ec3 #c3523e #3ec352

Analogous Colors of #523ec3

#523ec3 #953ec3 #3e6dc3

Monochromatic Colors of #523ec3

#523ec3

Complementary Color

#523ec3 #afc33e

#523ec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523ec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#523ec3 Color CSS Codes

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

#523ec3 Text Font Color

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

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


#523ec3 Background Color

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

This div background color is #523ec3


#523ec3 Border Color

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

This div border color is #523ec3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523ec3


Comments

No comments written yet.

Please login to write comment.