Color Hex Logo

#5344bc Color Hex

#5344BC
(83,68,188)
0 Favorites   0 Comments

Color spaces of #5344bc

RGB 8368188
HSL0.690.470.50
HSV248°64°74°
CMYK 0.560.640.00   0.26
XYZ14.71159.604148.6553
Yxy9.60410.20160.1316
Hunter Lab30.990530.5024-71.3924
CIE-Lab37.122339.4825-61.3142

#5344bc color RGB value is (83,68,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000100 10111100
Octal 123 104 274
Decimal 83 68 188
Hex 53 44 BC

RGB Percentages of Color #5344bc

%24.48
%20.06
%55.46

CMYK Percentages of Color #5344bc

%56
%64
%0
%26

Triadic Colors of #5344bc

#5344bc #bc5344 #44bc53

Analogous Colors of #5344bc

#5344bc #8f44bc #4471bc

Monochromatic Colors of #5344bc

#5344bc

Complementary Color

#5344bc #adbc44

#5344bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5344bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5344bc Color CSS Codes

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

#5344bc Text Font Color

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

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


#5344bc Background Color

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

This div background color is #5344bc


#5344bc Border Color

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

This div border color is #5344bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5344bc


Comments

No comments written yet.

Please login to write comment.