Color Hex Logo

#5873fd Color Hex

#5873FD
(88,115,253)
0 Favorites   0 Comments

Color spaces of #5873fd

RGB 88115253
HSL0.640.980.67
HSV230°65°99°
CMYK 0.650.550.00   0.01
XYZ27.884921.428095.5948
Yxy21.42800.19240.1479
Hunter Lab46.290426.5186-90.0372
CIE-Lab53.414833.0346-71.8279

#5873fd color RGB value is (88,115,253).

#5873fd hex color red value is 88, green value is 115 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #5873fd hue: 0.64 , saturation: 0.98 and the lightness value of 5873fd is 0.67.

The process color (four color CMYK) of #5873fd color hex is 0.65, 0.55, 0.00, 0.01. Web safe color of #5873fd is #6666ff. Color #5873fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01110011 11111101
Octal 130 163 375
Decimal 88 115 253
Hex 58 73 FD

RGB Percentages of Color #5873fd

%19.30
%25.22
%55.48

CMYK Percentages of Color #5873fd

%65
%55
%0
%1

Triadic Colors of #5873fd

#5873fd #fd5873 #73fd58

Analogous Colors of #5873fd

#5873fd #9058fd #58c6fd

Monochromatic Colors of #5873fd

#5873fd

Complementary Color

#5873fd #fde258

#5873fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5873fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5873fd Color CSS Codes

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

#5873fd Text Font Color

<p style="color:#5873fd">Text here</p>

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


#5873fd Background Color

<div style="background-color:#5873fd">
Div content here</div>

This div background color is #5873fd


#5873fd Border Color

<div style="border:3px solid #5873fd">
Div here</div>

This div border color is #5873fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,115,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5873fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5873fd;
  -webkit-box-shadow: 1px 1px 3px 2px #5873fd;
  box-shadow:         1px 1px 3px 2px #5873fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5873fd

Related Colors


Comments

No comments written yet.

Please login to write comment.