Color Hex Logo

#5a88fe Color Hex

#5A88FE
(90,136,254)
0 Favorites   0 Comments

Color spaces of #5a88fe

RGB 90136254
HSL0.620.990.67
HSV223°65°100°
CMYK 0.650.460.00   0.00
XYZ30.910026.937797.3363
Yxy26.93770.19920.1736
Hunter Lab51.901515.4781-74.8616
CIE-Lab58.916620.9239-63.4979

#5a88fe color RGB value is (90,136,254).

#5a88fe hex color red value is 90, green value is 136 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5a88fe hue: 0.62 , saturation: 0.99 and the lightness value of 5a88fe is 0.67.

The process color (four color CMYK) of #5a88fe color hex is 0.65, 0.46, 0.00, 0.00. Web safe color of #5a88fe is #6699ff. Color #5a88fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10001000 11111110
Octal 132 210 376
Decimal 90 136 254
Hex 5A 88 FE

RGB Percentages of Color #5a88fe

%18.75
%28.33
%52.92

CMYK Percentages of Color #5a88fe

%65
%46
%0
%0

Triadic Colors of #5a88fe

#5a88fe #fe5a88 #88fe5a

Analogous Colors of #5a88fe

#5a88fe #7e5afe #5adafe

Monochromatic Colors of #5a88fe

#5a88fe

Complementary Color

#5a88fe #fed05a

#5a88fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5a88fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5a88fe Color CSS Codes

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

#5a88fe Text Font Color

<p style="color:#5a88fe">Text here</p>

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


#5a88fe Background Color

<div style="background-color:#5a88fe">
Div content here</div>

This div background color is #5a88fe


#5a88fe Border Color

<div style="border:3px solid #5a88fe">
Div here</div>

This div border color is #5a88fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,136,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5a88fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5a88fe;
  -webkit-box-shadow: 1px 1px 3px 2px #5a88fe;
  box-shadow:         1px 1px 3px 2px #5a88fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,136,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5a88fe

Related Colors


Comments

No comments written yet.

Please login to write comment.