Color Hex Logo

#5334b7 Color Hex

#5334B7
(83,52,183)
0 Favorites   0 Comments

Color spaces of #5334b7

RGB 8352183
HSL0.710.560.46
HSV254°72°72°
CMYK 0.550.720.00   0.28
XYZ13.34257.713945.5854
Yxy7.71390.20020.1158
Hunter Lab27.773937.1465-77.8711
CIE-Lab33.379847.0141-64.4809

#5334b7 color RGB value is (83,52,183).

#5334b7 hex color red value is 83, green value is 52 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #5334b7 hue: 0.71 , saturation: 0.56 and the lightness value of 5334b7 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110100 10110111
Octal 123 64 267
Decimal 83 52 183
Hex 53 34 B7

RGB Percentages of Color #5334b7

%26.10
%16.35
%57.55

CMYK Percentages of Color #5334b7

%55
%72
%0
%28

Triadic Colors of #5334b7

#5334b7 #b75334 #34b753

Analogous Colors of #5334b7

#5334b7 #9534b7 #3457b7

Monochromatic Colors of #5334b7

#5334b7

Complementary Color

#5334b7 #98b734

#5334b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5334b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5334b7 Color CSS Codes

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

#5334b7 Text Font Color

<p style="color:#5334b7">Text here</p>

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


#5334b7 Background Color

<div style="background-color:#5334b7">
Div content here</div>

This div background color is #5334b7


#5334b7 Border Color

<div style="border:3px solid #5334b7">
Div here</div>

This div border color is #5334b7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,52,183, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5334b7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5334b7;
  -webkit-box-shadow: 1px 1px 3px 2px #5334b7;
  box-shadow:         1px 1px 3px 2px #5334b7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5334b7


Comments

No comments written yet.

Please login to write comment.