Color Hex Logo

#533fee Color Hex

#533FEE
(83,63,238)
0 Favorites   0 Comments

Color spaces of #533fee

RGB 8363238
HSL0.690.840.59
HSV247°74°93°
CMYK 0.650.740.00   0.07
XYZ20.777411.567182.0265
Yxy11.56710.18170.1011
Hunter Lab34.010449.5296-119.1885
CIE-Lab40.519757.5803-84.5342

#533fee color RGB value is (83,63,238).

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

The process color (four color CMYK) of #533fee color hex is 0.65, 0.74, 0.00, 0.07. Web safe color of #533fee is #6633ff. Color #533fee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111111 11101110
Octal 123 77 356
Decimal 83 63 238
Hex 53 3F EE

RGB Percentages of Color #533fee

%21.61
%16.41
%61.98

CMYK Percentages of Color #533fee

%65
%74
%0
%7

Triadic Colors of #533fee

#533fee #ee533f #3fee53

Analogous Colors of #533fee

#533fee #ab3fee #3f83ee

Monochromatic Colors of #533fee

#533fee

Complementary Color

#533fee #daee3f

#533fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#533fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#533fee Color CSS Codes

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

#533fee Text Font Color

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

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


#533fee Background Color

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

This div background color is #533fee


#533fee Border Color

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

This div border color is #533fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #533fee


Comments

No comments written yet.

Please login to write comment.