Color Hex Logo

#5500e1 Color Hex

#5500E1
(85,0,225)
1 Favorites   0 Comments

Color spaces of #5500e1

RGB 850225
HSL0.731.000.44
HSV263°100°88°
CMYK 0.621.000.00   0.12
XYZ17.33697.367571.7425
Yxy7.36750.17980.0764
Hunter Lab27.143166.5113-137.7102
CIE-Lab32.629373.9527-90.1909

#5500e1 color RGB value is (85,0,225).

#5500e1 hex color red value is 85, green value is 0 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #5500e1 hue: 0.73 , saturation: 1.00 and the lightness value of 5500e1 is 0.44.

The process color (four color CMYK) of #5500e1 color hex is 0.62, 1.00, 0.00, 0.12. Web safe color of #5500e1 is #6600cc. Color #5500e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000000 11100001
Octal 125 0 341
Decimal 85 0 225
Hex 55 0 E1

RGB Percentages of Color #5500e1

%27.42
%0.00
%72.58

CMYK Percentages of Color #5500e1

%62
%100
%0
%12

Triadic Colors of #5500e1

#5500e1 #e15500 #00e155

Analogous Colors of #5500e1

#5500e1 #c600e1 #001be1

Monochromatic Colors of #5500e1

#5500e1

Complementary Color

#5500e1 #8ce100

#5500e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5500e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5500e1 Color CSS Codes

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

#5500e1 Text Font Color

<p style="color:#5500e1">Text here</p>

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


#5500e1 Background Color

<div style="background-color:#5500e1">
Div content here</div>

This div background color is #5500e1


#5500e1 Border Color

<div style="border:3px solid #5500e1">
Div here</div>

This div border color is #5500e1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,0,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5500e1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5500e1;
  -webkit-box-shadow: 1px 1px 3px 2px #5500e1;
  box-shadow:         1px 1px 3px 2px #5500e1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5500e1


Comments

No comments written yet.

Please login to write comment.