Color Hex Logo

#5836da Color Hex

#5836DA
(88,54,218)
0 Favorites   0 Comments

Color spaces of #5836da

RGB 8854218
HSL0.700.690.53
HSV252°75°85°
CMYK 0.600.750.00   0.15
XYZ17.99869.775067.2678
Yxy9.77500.18940.1028
Hunter Lab31.265048.0449-105.6791
CIE-Lab37.435556.7988-78.2081

#5836da color RGB value is (88,54,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110110 11011010
Octal 130 66 332
Decimal 88 54 218
Hex 58 36 DA

RGB Percentages of Color #5836da

%24.44
%15.00
%60.56

CMYK Percentages of Color #5836da

%60
%75
%0
%15

Triadic Colors of #5836da

#5836da #da5836 #36da58

Analogous Colors of #5836da

#5836da #aa36da #3666da

Monochromatic Colors of #5836da

#5836da

Complementary Color

#5836da #b8da36

#5836da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5836da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5836da Color CSS Codes

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

#5836da Text Font Color

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

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


#5836da Background Color

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

This div background color is #5836da


#5836da Border Color

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

This div border color is #5836da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,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 #5836da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5836da


Comments

No comments written yet.

Please login to write comment.