Color Hex Logo

#5352bb Color Hex

#5352BB
(83,82,187)
0 Favorites   0 Comments

Color spaces of #5352bb

RGB 8382187
HSL0.670.440.53
HSV241°56°73°
CMYK 0.560.560.00   0.27
XYZ15.554211.461448.4062
Yxy11.46140.20620.1520
Hunter Lab33.854722.7643-61.0759
CIE-Lab40.347030.6141-55.4931

#5352bb color RGB value is (83,82,187).

#5352bb hex color red value is 83, green value is 82 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5352bb hue: 0.67 , saturation: 0.44 and the lightness value of 5352bb is 0.53.

The process color (four color CMYK) of #5352bb color hex is 0.56, 0.56, 0.00, 0.27. Web safe color of #5352bb is #6666cc. Color #5352bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01010010 10111011
Octal 123 122 273
Decimal 83 82 187
Hex 53 52 BB

RGB Percentages of Color #5352bb

%23.58
%23.30
%53.13

CMYK Percentages of Color #5352bb

%56
%56
%0
%27

Triadic Colors of #5352bb

#5352bb #bb5352 #52bb53

Analogous Colors of #5352bb

#5352bb #8852bb #5286bb

Monochromatic Colors of #5352bb

#5352bb

Complementary Color

#5352bb #babb52

#5352bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5352bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5352bb Color CSS Codes

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

#5352bb Text Font Color

<p style="color:#5352bb">Text here</p>

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


#5352bb Background Color

<div style="background-color:#5352bb">
Div content here</div>

This div background color is #5352bb


#5352bb Border Color

<div style="border:3px solid #5352bb">
Div here</div>

This div border color is #5352bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,82,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5352bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5352bb;
  -webkit-box-shadow: 1px 1px 3px 2px #5352bb;
  box-shadow:         1px 1px 3px 2px #5352bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5352bb


Comments

No comments written yet.

Please login to write comment.