Color Hex Logo

#5508fe Color Hex

#5508FE
(85,8,254)
0 Favorites   0 Comments

Color spaces of #5508fe

RGB 858254
HSL0.720.990.51
HSV259°97°100°
CMYK 0.670.970.00   0.00
XYZ21.72259.260794.4085
Yxy9.26070.17320.0739
Hunter Lab30.431474.1617-162.6357
CIE-Lab36.481579.4856-100.2277

#5508fe color RGB value is (85,8,254).

#5508fe hex color red value is 85, green value is 8 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #5508fe hue: 0.72 , saturation: 0.99 and the lightness value of 5508fe is 0.51.

The process color (four color CMYK) of #5508fe color hex is 0.67, 0.97, 0.00, 0.00. Web safe color of #5508fe is #6600ff. Color #5508fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00001000 11111110
Octal 125 10 376
Decimal 85 8 254
Hex 55 8 FE

RGB Percentages of Color #5508fe

%24.50
%2.31
%73.20

CMYK Percentages of Color #5508fe

%67
%97
%0
%0

Triadic Colors of #5508fe

#5508fe #fe5508 #08fe55

Analogous Colors of #5508fe

#5508fe #d008fe #0836fe

Monochromatic Colors of #5508fe

#5508fe

Complementary Color

#5508fe #b1fe08

#5508fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5508fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5508fe Color CSS Codes

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

#5508fe Text Font Color

<p style="color:#5508fe">Text here</p>

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


#5508fe Background Color

<div style="background-color:#5508fe">
Div content here</div>

This div background color is #5508fe


#5508fe Border Color

<div style="border:3px solid #5508fe">
Div here</div>

This div border color is #5508fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,8,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5508fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5508fe;
  -webkit-box-shadow: 1px 1px 3px 2px #5508fe;
  box-shadow:         1px 1px 3px 2px #5508fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,8,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 #5508fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5508fe

Related Colors


Comments

No comments written yet.

Please login to write comment.