Color Hex Logo

#5336da Color Hex

#5336DA
(83,54,218)
0 Favorites   0 Comments

Color spaces of #5336da

RGB 8354218
HSL0.700.690.53
HSV251°75°85°
CMYK 0.620.750.00   0.15
XYZ17.54139.539367.2464
Yxy9.53930.18600.1011
Hunter Lab30.885847.3275-107.4699
CIE-Lab37.002656.2125-78.9365

#5336da color RGB value is (83,54,218).

#5336da hex color red value is 83, green value is 54 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5336da hue: 0.70 , saturation: 0.69 and the lightness value of 5336da is 0.53.

The process color (four color CMYK) of #5336da color hex is 0.62, 0.75, 0.00, 0.15. Web safe color of #5336da is #6633cc. Color #5336da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00110110 11011010
Octal 123 66 332
Decimal 83 54 218
Hex 53 36 DA

RGB Percentages of Color #5336da

%23.38
%15.21
%61.41

CMYK Percentages of Color #5336da

%62
%75
%0
%15

Triadic Colors of #5336da

#5336da #da5336 #36da53

Analogous Colors of #5336da

#5336da #a536da #366bda

Monochromatic Colors of #5336da

#5336da

Complementary Color

#5336da #bdda36

#5336da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5336da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5336da Color CSS Codes

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

#5336da Text Font Color

<p style="color:#5336da">Text here</p>

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


#5336da Background Color

<div style="background-color:#5336da">
Div content here</div>

This div background color is #5336da


#5336da Border Color

<div style="border:3px solid #5336da">
Div here</div>

This div border color is #5336da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,54,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5336da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5336da;
  -webkit-box-shadow: 1px 1px 3px 2px #5336da;
  box-shadow:         1px 1px 3px 2px #5336da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5336da


Comments

No comments written yet.

Please login to write comment.