Color Hex Logo

#5024cb Color Hex

#5024CB
(80,36,203)
0 Favorites   0 Comments

Color spaces of #5024cb

RGB 8036203
HSL0.710.700.47
HSV256°82°80°
CMYK 0.610.820.00   0.20
XYZ14.71867.279057.1291
Yxy7.27900.18600.0920
Hunter Lab26.979650.1655-106.6603
CIE-Lab32.433859.7347-77.8039

#5024cb color RGB value is (80,36,203).

#5024cb hex color red value is 80, green value is 36 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5024cb hue: 0.71 , saturation: 0.70 and the lightness value of 5024cb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100100 11001011
Octal 120 44 313
Decimal 80 36 203
Hex 50 24 CB

RGB Percentages of Color #5024cb

%25.08
%11.29
%63.64

CMYK Percentages of Color #5024cb

%61
%82
%0
%20

Triadic Colors of #5024cb

#5024cb #cb5024 #24cb50

Analogous Colors of #5024cb

#5024cb #a424cb #244bcb

Monochromatic Colors of #5024cb

#5024cb

Complementary Color

#5024cb #9fcb24

#5024cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5024cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5024cb Color CSS Codes

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

#5024cb Text Font Color

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

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


#5024cb Background Color

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

This div background color is #5024cb


#5024cb Border Color

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

This div border color is #5024cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5024cb


Comments

No comments written yet.

Please login to write comment.