Color Hex Logo

#533bbf Color Hex

#533BBF
(83,59,191)
0 Favorites   0 Comments

Color spaces of #533bbf

RGB 8359191
HSL0.700.530.49
HSV251°69°75°
CMYK 0.570.690.00   0.25
XYZ14.53528.728550.2089
Yxy8.72850.19780.1188
Hunter Lab29.544036.1171-80.0801
CIE-Lab35.456245.5872-65.7972

#533bbf color RGB value is (83,59,191).

#533bbf hex color red value is 83, green value is 59 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #533bbf hue: 0.70 , saturation: 0.53 and the lightness value of 533bbf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111011 10111111
Octal 123 73 277
Decimal 83 59 191
Hex 53 3B BF

RGB Percentages of Color #533bbf

%24.92
%17.72
%57.36

CMYK Percentages of Color #533bbf

%57
%69
%0
%25

Triadic Colors of #533bbf

#533bbf #bf533b #3bbf53

Analogous Colors of #533bbf

#533bbf #953bbf #3b65bf

Monochromatic Colors of #533bbf

#533bbf

Complementary Color

#533bbf #a7bf3b

#533bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#533bbf Color CSS Codes

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

#533bbf Text Font Color

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

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


#533bbf Background Color

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

This div background color is #533bbf


#533bbf Border Color

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

This div border color is #533bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533bbf


Comments

No comments written yet.

Please login to write comment.