Color Hex Logo

#5101cb Color Hex

#5101CB
(81,1,203)
0 Favorites   0 Comments

Color spaces of #5101cb

RGB 811203
HSL0.730.990.40
HSV264°100°80°
CMYK 0.601.000.00   0.20
XYZ14.18376.082856.9265
Yxy6.08280.18370.0788
Hunter Lab24.663359.4932-119.5855
CIE-Lab29.620468.5686-82.4636

#5101cb color RGB value is (81,1,203).

#5101cb hex color red value is 81, green value is 1 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5101cb hue: 0.73 , saturation: 0.99 and the lightness value of 5101cb is 0.40.

The process color (four color CMYK) of #5101cb color hex is 0.60, 1.00, 0.00, 0.20. Web safe color of #5101cb is #6600cc. Color #5101cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00000001 11001011
Octal 121 1 313
Decimal 81 1 203
Hex 51 1 CB

RGB Percentages of Color #5101cb

%28.42
%0.35
%71.23

CMYK Percentages of Color #5101cb

%60
%100
%0
%20

Triadic Colors of #5101cb

#5101cb #cb5101 #01cb51

Analogous Colors of #5101cb

#5101cb #b601cb #0116cb

Monochromatic Colors of #5101cb

#5101cb

Complementary Color

#5101cb #7bcb01

#5101cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5101cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5101cb Color CSS Codes

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

#5101cb Text Font Color

<p style="color:#5101cb">Text here</p>

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


#5101cb Background Color

<div style="background-color:#5101cb">
Div content here</div>

This div background color is #5101cb


#5101cb Border Color

<div style="border:3px solid #5101cb">
Div here</div>

This div border color is #5101cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,1,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5101cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5101cb;
  -webkit-box-shadow: 1px 1px 3px 2px #5101cb;
  box-shadow:         1px 1px 3px 2px #5101cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,1,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5101cb


Comments

No comments written yet.

Please login to write comment.