Color Hex Logo

#5019cb Color Hex

#5019CB
(80,25,203)
0 Favorites   0 Comments

Color spaces of #5019cb

RGB 8025203
HSL0.720.780.45
HSV259°88°80°
CMYK 0.610.880.00   0.20
XYZ14.43546.712557.0347
Yxy6.71250.18460.0859
Hunter Lab25.908554.1147-112.3845
CIE-Lab31.143263.5642-79.9401

#5019cb color RGB value is (80,25,203).

#5019cb hex color red value is 80, green value is 25 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5019cb hue: 0.72 , saturation: 0.78 and the lightness value of 5019cb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011001 11001011
Octal 120 31 313
Decimal 80 25 203
Hex 50 19 CB

RGB Percentages of Color #5019cb

%25.97
%8.12
%65.91

CMYK Percentages of Color #5019cb

%61
%88
%0
%20

Triadic Colors of #5019cb

#5019cb #cb5019 #19cb50

Analogous Colors of #5019cb

#5019cb #a919cb #193bcb

Monochromatic Colors of #5019cb

#5019cb

Complementary Color

#5019cb #94cb19

#5019cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5019cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5019cb Color CSS Codes

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

#5019cb Text Font Color

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

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


#5019cb Background Color

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

This div background color is #5019cb


#5019cb Border Color

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

This div border color is #5019cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5019cb


Comments

No comments written yet.

Please login to write comment.