Color Hex Logo

#5500be Color Hex

#5500BE
(85,0,190)
0 Favorites   0 Comments

Color spaces of #5500be

RGB 850190
HSL0.741.000.37
HSV267°100°75°
CMYK 0.551.000.00   0.25
XYZ13.04065.649049.1182
Yxy5.64900.19230.0833
Hunter Lab23.767656.3444-105.8914
CIE-Lab28.509166.0338-76.6480

#5500be color RGB value is (85,0,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 00000000 10111110
Octal 125 0 276
Decimal 85 0 190
Hex 55 0 BE

RGB Percentages of Color #5500be

%30.91
%0.00
%69.09

CMYK Percentages of Color #5500be

%55
%100
%0
%25

Triadic Colors of #5500be

#5500be #be5500 #00be55

Analogous Colors of #5500be

#5500be #b400be #000abe

Monochromatic Colors of #5500be

#5500be

Complementary Color

#5500be #69be00

#5500be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5500be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5500be Color CSS Codes

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

#5500be Text Font Color

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

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


#5500be Background Color

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

This div background color is #5500be


#5500be Border Color

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

This div border color is #5500be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5500be


Comments

No comments written yet.

Please login to write comment.