Color Hex Logo

#5006cb Color Hex

#5006CB
(80,6,203)
0 Favorites   0 Comments

Color spaces of #5006cb

RGB 806203
HSL0.730.940.41
HSV263°97°80°
CMYK 0.610.970.00   0.20
XYZ14.15296.147556.9406
Yxy6.14750.18320.0796
Hunter Lab24.794258.5009-118.8056
CIE-Lab29.781667.6817-82.1990

#5006cb color RGB value is (80,6,203).

#5006cb hex color red value is 80, green value is 6 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5006cb hue: 0.73 , saturation: 0.94 and the lightness value of 5006cb is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000110 11001011
Octal 120 6 313
Decimal 80 6 203
Hex 50 6 CB

RGB Percentages of Color #5006cb

%27.68
%2.08
%70.24

CMYK Percentages of Color #5006cb

%61
%97
%0
%20

Triadic Colors of #5006cb

#5006cb #cb5006 #06cb50

Analogous Colors of #5006cb

#5006cb #b306cb #061fcb

Monochromatic Colors of #5006cb

#5006cb

Complementary Color

#5006cb #81cb06

#5006cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5006cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5006cb Color CSS Codes

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

#5006cb Text Font Color

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

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


#5006cb Background Color

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

This div background color is #5006cb


#5006cb Border Color

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

This div border color is #5006cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,6,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 #5006cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5006cb


Comments

No comments written yet.

Please login to write comment.