Color Hex Logo

#5336bc Color Hex

#5336BC
(83,54,188)
0 Favorites   0 Comments

Color spaces of #5336bc

RGB 8354188
HSL0.700.550.47
HSV253°71°74°
CMYK 0.560.710.00   0.26
XYZ13.96358.108248.4060
Yxy8.10820.19810.1150
Hunter Lab28.474937.7016-80.8578
CIE-Lab34.207247.4182-66.0787

#5336bc color RGB value is (83,54,188).

#5336bc hex color red value is 83, green value is 54 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #5336bc hue: 0.70 , saturation: 0.55 and the lightness value of 5336bc is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110110 10111100
Octal 123 66 274
Decimal 83 54 188
Hex 53 36 BC

RGB Percentages of Color #5336bc

%25.54
%16.62
%57.85

CMYK Percentages of Color #5336bc

%56
%71
%0
%26

Triadic Colors of #5336bc

#5336bc #bc5336 #36bc53

Analogous Colors of #5336bc

#5336bc #9636bc #365cbc

Monochromatic Colors of #5336bc

#5336bc

Complementary Color

#5336bc #9fbc36

#5336bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5336bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5336bc Color CSS Codes

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

#5336bc Text Font Color

<p style="color:#5336bc">Text here</p>

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


#5336bc Background Color

<div style="background-color:#5336bc">
Div content here</div>

This div background color is #5336bc


#5336bc Border Color

<div style="border:3px solid #5336bc">
Div here</div>

This div border color is #5336bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,54,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5336bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5336bc;
  -webkit-box-shadow: 1px 1px 3px 2px #5336bc;
  box-shadow:         1px 1px 3px 2px #5336bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,54,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 #5336bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5336bc


Comments

No comments written yet.

Please login to write comment.