Color Hex Logo

#5848da Color Hex

#5848DA
(88,72,218)
0 Favorites   0 Comments

Color spaces of #5848da

RGB 8872218
HSL0.680.660.57
HSV247°67°85°
CMYK 0.600.670.00   0.15
XYZ18.996811.771467.6005
Yxy11.77140.19310.1197
Hunter Lab34.309538.7920-92.8034
CIE-Lab40.850547.2920-72.6006

#5848da color RGB value is (88,72,218).

#5848da hex color red value is 88, green value is 72 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5848da hue: 0.68 , saturation: 0.66 and the lightness value of 5848da is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01001000 11011010
Octal 130 110 332
Decimal 88 72 218
Hex 58 48 DA

RGB Percentages of Color #5848da

%23.28
%19.05
%57.67

CMYK Percentages of Color #5848da

%60
%67
%0
%15

Triadic Colors of #5848da

#5848da #da5848 #48da58

Analogous Colors of #5848da

#5848da #a148da #4881da

Monochromatic Colors of #5848da

#5848da

Complementary Color

#5848da #cada48

#5848da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5848da Color Preview on White Background

Lorem ipsum dolor sit amet.

#5848da Color CSS Codes

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

#5848da Text Font Color

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

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


#5848da Background Color

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

This div background color is #5848da


#5848da Border Color

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

This div border color is #5848da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5848da


Comments

No comments written yet.

Please login to write comment.