Color Hex Logo

#5898fa Color Hex

#5898FA
(88,152,250)
0 Favorites   0 Comments

Color spaces of #5898fa

RGB 88152250
HSL0.600.940.66
HSV216°65°98°
CMYK 0.650.390.00   0.02
XYZ32.508131.433394.7964
Yxy31.43330.20480.1980
Hunter Lab56.06545.3842-61.0028
CIE-Lab62.87179.7025-54.9881

#5898fa color RGB value is (88,152,250).

#5898fa hex color red value is 88, green value is 152 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5898fa hue: 0.60 , saturation: 0.94 and the lightness value of 5898fa is 0.66.

The process color (four color CMYK) of #5898fa color hex is 0.65, 0.39, 0.00, 0.02. Web safe color of #5898fa is #6699ff. Color #5898fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 10011000 11111010
Octal 130 230 372
Decimal 88 152 250
Hex 58 98 FA

RGB Percentages of Color #5898fa

%17.96
%31.02
%51.02

CMYK Percentages of Color #5898fa

%65
%39
%0
%2

Triadic Colors of #5898fa

#5898fa #fa5898 #98fa58

Analogous Colors of #5898fa

#5898fa #6958fa #58e9fa

Monochromatic Colors of #5898fa

#5898fa

Complementary Color

#5898fa #faba58

#5898fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5898fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5898fa Color CSS Codes

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

#5898fa Text Font Color

<p style="color:#5898fa">Text here</p>

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


#5898fa Background Color

<div style="background-color:#5898fa">
Div content here</div>

This div background color is #5898fa


#5898fa Border Color

<div style="border:3px solid #5898fa">
Div here</div>

This div border color is #5898fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,152,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5898fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5898fa;
  -webkit-box-shadow: 1px 1px 3px 2px #5898fa;
  box-shadow:         1px 1px 3px 2px #5898fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5898fa

Related Colors


Comments

No comments written yet.

Please login to write comment.