Color Hex Logo

#5838df Color Hex

#5838DF
(88,56,223)
0 Favorites   0 Comments

Color spaces of #5838df

RGB 8856223
HSL0.700.720.55
HSV251°75°87°
CMYK 0.610.750.00   0.13
XYZ18.758010.230870.7981
Yxy10.23080.18800.1025
Hunter Lab31.985648.7067-108.8446
CIE-Lab38.253557.2557-79.7270

#5838df color RGB value is (88,56,223).

#5838df hex color red value is 88, green value is 56 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5838df hue: 0.70 , saturation: 0.72 and the lightness value of 5838df is 0.55.

The process color (four color CMYK) of #5838df color hex is 0.61, 0.75, 0.00, 0.13. Web safe color of #5838df is #6633cc. Color #5838df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111000 11011111
Octal 130 70 337
Decimal 88 56 223
Hex 58 38 DF

RGB Percentages of Color #5838df

%23.98
%15.26
%60.76

CMYK Percentages of Color #5838df

%61
%75
%0
%13

Triadic Colors of #5838df

#5838df #df5838 #38df58

Analogous Colors of #5838df

#5838df #ac38df #386cdf

Monochromatic Colors of #5838df

#5838df

Complementary Color

#5838df #bfdf38

#5838df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5838df Color Preview on White Background

Lorem ipsum dolor sit amet.

#5838df Color CSS Codes

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

#5838df Text Font Color

<p style="color:#5838df">Text here</p>

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


#5838df Background Color

<div style="background-color:#5838df">
Div content here</div>

This div background color is #5838df


#5838df Border Color

<div style="border:3px solid #5838df">
Div here</div>

This div border color is #5838df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,56,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5838df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5838df;
  -webkit-box-shadow: 1px 1px 3px 2px #5838df;
  box-shadow:         1px 1px 3px 2px #5838df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5838df


Comments

No comments written yet.

Please login to write comment.