Color Hex Logo

#5435bb Color Hex

#5435BB
(84,53,187)
0 Favorites   0 Comments

Color spaces of #5435bb

RGB 8453187
HSL0.710.560.47
HSV254°72°73°
CMYK 0.550.720.00   0.27
XYZ13.89898.018947.8290
Yxy8.01890.19930.1150
Hunter Lab28.317738.0556-80.3194
CIE-Lab34.022247.8082-65.7887

#5435bb color RGB value is (84,53,187).

#5435bb hex color red value is 84, green value is 53 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5435bb hue: 0.71 , saturation: 0.56 and the lightness value of 5435bb is 0.47.

The process color (four color CMYK) of #5435bb color hex is 0.55, 0.72, 0.00, 0.27. Web safe color of #5435bb is #6633cc. Color #5435bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 00110101 10111011
Octal 124 65 273
Decimal 84 53 187
Hex 54 35 BB

RGB Percentages of Color #5435bb

%25.93
%16.36
%57.72

CMYK Percentages of Color #5435bb

%55
%72
%0
%27

Triadic Colors of #5435bb

#5435bb #bb5435 #35bb54

Analogous Colors of #5435bb

#5435bb #9735bb #3559bb

Monochromatic Colors of #5435bb

#5435bb

Complementary Color

#5435bb #9cbb35

#5435bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5435bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5435bb Color CSS Codes

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

#5435bb Text Font Color

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

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


#5435bb Background Color

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

This div background color is #5435bb


#5435bb Border Color

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

This div border color is #5435bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,53,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 #5435bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5435bb


Comments

No comments written yet.

Please login to write comment.