Color Hex Logo

#5346be Color Hex

#5346BE
(83,70,190)
0 Favorites   0 Comments

Color spaces of #5346be

RGB 8370190
HSL0.680.480.51
HSV247°63°75°
CMYK 0.560.630.00   0.25
XYZ15.05179.937049.8399
Yxy9.93700.20110.1328
Hunter Lab31.523030.0655-71.6752
CIE-Lab37.729138.9204-61.4990

#5346be color RGB value is (83,70,190).

#5346be hex color red value is 83, green value is 70 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5346be hue: 0.68 , saturation: 0.48 and the lightness value of 5346be is 0.51.

The process color (four color CMYK) of #5346be color hex is 0.56, 0.63, 0.00, 0.25. Web safe color of #5346be is #6633cc. Color #5346be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 01000110 10111110
Octal 123 106 276
Decimal 83 70 190
Hex 53 46 BE

RGB Percentages of Color #5346be

%24.20
%20.41
%55.39

CMYK Percentages of Color #5346be

%56
%63
%0
%25

Triadic Colors of #5346be

#5346be #be5346 #46be53

Analogous Colors of #5346be

#5346be #8f46be #4675be

Monochromatic Colors of #5346be

#5346be

Complementary Color

#5346be #b1be46

#5346be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5346be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5346be Color CSS Codes

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

#5346be Text Font Color

<p style="color:#5346be">Text here</p>

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


#5346be Background Color

<div style="background-color:#5346be">
Div content here</div>

This div background color is #5346be


#5346be Border Color

<div style="border:3px solid #5346be">
Div here</div>

This div border color is #5346be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,70,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5346be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5346be;
  -webkit-box-shadow: 1px 1px 3px 2px #5346be;
  box-shadow:         1px 1px 3px 2px #5346be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5346be


Comments

No comments written yet.

Please login to write comment.