Color Hex Logo

#523dbc Color Hex

#523DBC
(82,61,188)
0 Favorites   0 Comments

Color spaces of #523dbc

RGB 8261188
HSL0.690.510.49
HSV250°68°74°
CMYK 0.560.680.00   0.26
XYZ14.22558.762248.5185
Yxy8.76220.19890.1225
Hunter Lab29.601033.9808-76.4605
CIE-Lab35.522443.3894-63.9293

#523dbc color RGB value is (82,61,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00111101 10111100
Octal 122 75 274
Decimal 82 61 188
Hex 52 3D BC

RGB Percentages of Color #523dbc

%24.77
%18.43
%56.80

CMYK Percentages of Color #523dbc

%56
%68
%0
%26

Triadic Colors of #523dbc

#523dbc #bc523d #3dbc52

Analogous Colors of #523dbc

#523dbc #923dbc #3d68bc

Monochromatic Colors of #523dbc

#523dbc

Complementary Color

#523dbc #a7bc3d

#523dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#523dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#523dbc Color CSS Codes

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

#523dbc Text Font Color

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

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


#523dbc Background Color

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

This div background color is #523dbc


#523dbc Border Color

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

This div border color is #523dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #523dbc


Comments

No comments written yet.

Please login to write comment.