Color Hex Logo

#533efb Color Hex

#533EFB
(83,62,251)
0 Favorites   0 Comments

Color spaces of #533efb

RGB 8362251
HSL0.690.960.61
HSV247°75°98°
CMYK 0.670.750.00   0.02
XYZ22.702512.249392.4346
Yxy12.24930.17820.0962
Hunter Lab34.999054.5378-132.0894
CIE-Lab41.609661.9112-90.0475

#533efb color RGB value is (83,62,251).

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

The process color (four color CMYK) of #533efb color hex is 0.67, 0.75, 0.00, 0.02. Web safe color of #533efb is #6633ff. Color #533efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111110 11111011
Octal 123 76 373
Decimal 83 62 251
Hex 53 3E FB

RGB Percentages of Color #533efb

%20.96
%15.66
%63.38

CMYK Percentages of Color #533efb

%67
%75
%0
%2

Triadic Colors of #533efb

#533efb #fb533e #3efb53

Analogous Colors of #533efb

#533efb #b23efb #3e88fb

Monochromatic Colors of #533efb

#533efb

Complementary Color

#533efb #e6fb3e

#533efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#533efb Color CSS Codes

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

#533efb Text Font Color

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

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


#533efb Background Color

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

This div background color is #533efb


#533efb Border Color

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

This div border color is #533efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533efb


Comments

No comments written yet.

Please login to write comment.