Color Hex Logo

#5507eb Color Hex

#5507EB
(85,7,235)
0 Favorites   0 Comments

Color spaces of #5507eb

RGB 857235
HSL0.720.940.47
HSV261°97°92°
CMYK 0.640.970.00   0.08
XYZ18.81778.081479.1653
Yxy8.08140.17740.0762
Hunter Lab28.427868.4089-145.2104
CIE-Lab34.151875.2438-93.3721

#5507eb color RGB value is (85,7,235).

#5507eb hex color red value is 85, green value is 7 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5507eb hue: 0.72 , saturation: 0.94 and the lightness value of 5507eb is 0.47.

The process color (four color CMYK) of #5507eb color hex is 0.64, 0.97, 0.00, 0.08. Web safe color of #5507eb is #6600ff. Color #5507eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000111 11101011
Octal 125 7 353
Decimal 85 7 235
Hex 55 7 EB

RGB Percentages of Color #5507eb

%25.99
%2.14
%71.87

CMYK Percentages of Color #5507eb

%64
%97
%0
%8

Triadic Colors of #5507eb

#5507eb #eb5507 #07eb55

Analogous Colors of #5507eb

#5507eb #c707eb #072beb

Monochromatic Colors of #5507eb

#5507eb

Complementary Color

#5507eb #9deb07

#5507eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5507eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5507eb Color CSS Codes

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

#5507eb Text Font Color

<p style="color:#5507eb">Text here</p>

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


#5507eb Background Color

<div style="background-color:#5507eb">
Div content here</div>

This div background color is #5507eb


#5507eb Border Color

<div style="border:3px solid #5507eb">
Div here</div>

This div border color is #5507eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,7,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5507eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5507eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5507eb;
  box-shadow:         1px 1px 3px 2px #5507eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,7,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5507eb


Comments

No comments written yet.

Please login to write comment.