Color Hex Logo

#533ebf Color Hex

#533EBF
(83,62,191)
0 Favorites   0 Comments

Color spaces of #533ebf

RGB 8362191
HSL0.690.510.50
HSV250°68°75°
CMYK 0.570.680.00   0.25
XYZ14.69399.045850.2618
Yxy9.04580.19860.1222
Hunter Lab30.076234.5737-78.0289
CIE-Lab36.072343.9011-64.7892

#533ebf color RGB value is (83,62,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111110 10111111
Octal 123 76 277
Decimal 83 62 191
Hex 53 3E BF

RGB Percentages of Color #533ebf

%24.70
%18.45
%56.85

CMYK Percentages of Color #533ebf

%57
%68
%0
%25

Triadic Colors of #533ebf

#533ebf #bf533e #3ebf53

Analogous Colors of #533ebf

#533ebf #943ebf #3e6abf

Monochromatic Colors of #533ebf

#533ebf

Complementary Color

#533ebf #aabf3e

#533ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#533ebf Color CSS Codes

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

#533ebf Text Font Color

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

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


#533ebf Background Color

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

This div background color is #533ebf


#533ebf Border Color

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

This div border color is #533ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533ebf


Comments

No comments written yet.

Please login to write comment.