Color Hex Logo

#5338eb Color Hex

#5338EB
(83,56,235)
0 Favorites   0 Comments

Color spaces of #5338eb

RGB 8356235
HSL0.690.820.57
HSV249°76°92°
CMYK 0.650.760.00   0.08
XYZ19.976810.665579.6030
Yxy10.66550.18120.0967
Hunter Lab32.658152.0360-121.6568
CIE-Lab39.011360.1625-85.3246

#5338eb color RGB value is (83,56,235).

#5338eb hex color red value is 83, green value is 56 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5338eb hue: 0.69 , saturation: 0.82 and the lightness value of 5338eb is 0.57.

The process color (four color CMYK) of #5338eb color hex is 0.65, 0.76, 0.00, 0.08. Web safe color of #5338eb is #6633ff. Color #5338eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00111000 11101011
Octal 123 70 353
Decimal 83 56 235
Hex 53 38 EB

RGB Percentages of Color #5338eb

%22.19
%14.97
%62.83

CMYK Percentages of Color #5338eb

%65
%76
%0
%8

Triadic Colors of #5338eb

#5338eb #eb5338 #38eb53

Analogous Colors of #5338eb

#5338eb #ad38eb #3877eb

Monochromatic Colors of #5338eb

#5338eb

Complementary Color

#5338eb #d0eb38

#5338eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5338eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5338eb Color CSS Codes

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

#5338eb Text Font Color

<p style="color:#5338eb">Text here</p>

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


#5338eb Background Color

<div style="background-color:#5338eb">
Div content here</div>

This div background color is #5338eb


#5338eb Border Color

<div style="border:3px solid #5338eb">
Div here</div>

This div border color is #5338eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,56,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5338eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5338eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5338eb;
  box-shadow:         1px 1px 3px 2px #5338eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5338eb


Comments

No comments written yet.

Please login to write comment.