Color Hex Logo

#5b00dc Color Hex

#5B00DC
(91,0,220)
0 Favorites   0 Comments

Color spaces of #5b00dc

RGB 910220
HSL0.741.000.43
HSV265°100°86°
CMYK 0.591.000.00   0.14
XYZ17.23277.391568.2286
Yxy7.39150.18560.0796
Hunter Lab27.187365.5646-129.7616
CIE-Lab32.682073.1561-87.2109

#5b00dc color RGB value is (91,0,220).

#5b00dc hex color red value is 91, green value is 0 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5b00dc hue: 0.74 , saturation: 1.00 and the lightness value of 5b00dc is 0.43.

The process color (four color CMYK) of #5b00dc color hex is 0.59, 1.00, 0.00, 0.14. Web safe color of #5b00dc is #6600cc. Color #5b00dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 00000000 11011100
Octal 133 0 334
Decimal 91 0 220
Hex 5B 0 DC

RGB Percentages of Color #5b00dc

%29.26
%0.00
%70.74

CMYK Percentages of Color #5b00dc

%59
%100
%0
%14

Triadic Colors of #5b00dc

#5b00dc #dc5b00 #00dc5b

Analogous Colors of #5b00dc

#5b00dc #c900dc #0013dc

Monochromatic Colors of #5b00dc

#5b00dc

Complementary Color

#5b00dc #81dc00

#5b00dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5b00dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5b00dc Color CSS Codes

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

#5b00dc Text Font Color

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

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


#5b00dc Background Color

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

This div background color is #5b00dc


#5b00dc Border Color

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

This div border color is #5b00dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,0,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5b00dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5b00dc;
  -webkit-box-shadow: 1px 1px 3px 2px #5b00dc;
  box-shadow:         1px 1px 3px 2px #5b00dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5b00dc


Comments

No comments written yet.

Please login to write comment.