Color Hex Logo

#533fbc Color Hex

#533FBC
(83,63,188)
0 Favorites   0 Comments

Color spaces of #533fbc

RGB 8363188
HSL0.690.500.49
HSV250°66°74°
CMYK 0.560.660.00   0.26
XYZ14.42199.024948.5588
Yxy9.02490.20030.1253
Hunter Lab30.041533.1193-74.8069
CIE-Lab36.032242.4080-63.0926

#533fbc color RGB value is (83,63,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111111 10111100
Octal 123 77 274
Decimal 83 63 188
Hex 53 3F BC

RGB Percentages of Color #533fbc

%24.85
%18.86
%56.29

CMYK Percentages of Color #533fbc

%56
%66
%0
%26

Triadic Colors of #533fbc

#533fbc #bc533f #3fbc53

Analogous Colors of #533fbc

#533fbc #923fbc #3f6abc

Monochromatic Colors of #533fbc

#533fbc

Complementary Color

#533fbc #a8bc3f

#533fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#533fbc Color CSS Codes

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

#533fbc Text Font Color

<p style="color:#533fbc">Text here</p>

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


#533fbc Background Color

<div style="background-color:#533fbc">
Div content here</div>

This div background color is #533fbc


#533fbc Border Color

<div style="border:3px solid #533fbc">
Div here</div>

This div border color is #533fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533fbc


Comments

No comments written yet.

Please login to write comment.