Color Hex Logo

#5334bf Color Hex

#5334BF
(83,52,191)
0 Favorites   0 Comments

Color spaces of #5334bf

RGB 8352191
HSL0.700.570.48
HSV253°73°75°
CMYK 0.570.730.00   0.25
XYZ14.19928.056650.0969
Yxy8.05660.19620.1114
Hunter Lab28.384239.6225-84.7756
CIE-Lab34.100549.3545-68.0197

#5334bf color RGB value is (83,52,191).

#5334bf hex color red value is 83, green value is 52 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5334bf hue: 0.70 , saturation: 0.57 and the lightness value of 5334bf is 0.48.

The process color (four color CMYK) of #5334bf color hex is 0.57, 0.73, 0.00, 0.25. Web safe color of #5334bf is #6633cc. Color #5334bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110100 10111111
Octal 123 64 277
Decimal 83 52 191
Hex 53 34 BF

RGB Percentages of Color #5334bf

%25.46
%15.95
%58.59

CMYK Percentages of Color #5334bf

%57
%73
%0
%25

Triadic Colors of #5334bf

#5334bf #bf5334 #34bf53

Analogous Colors of #5334bf

#5334bf #9934bf #345abf

Monochromatic Colors of #5334bf

#5334bf

Complementary Color

#5334bf #a0bf34

#5334bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5334bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5334bf Color CSS Codes

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

#5334bf Text Font Color

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

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


#5334bf Background Color

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

This div background color is #5334bf


#5334bf Border Color

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

This div border color is #5334bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5334bf


Comments

No comments written yet.

Please login to write comment.