Color Hex Logo

#5024be Color Hex

#5024BE
(80,36,190)
0 Favorites   0 Comments

Color spaces of #5024be

RGB 8036190
HSL0.710.680.44
HSV257°81°75°
CMYK 0.580.810.00   0.25
XYZ13.23346.684949.3080
Yxy6.68490.19120.0966
Hunter Lab25.855246.1147-94.9724
CIE-Lab31.078556.2232-72.4152

#5024be color RGB value is (80,36,190).

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

The process color (four color CMYK) of #5024be color hex is 0.58, 0.81, 0.00, 0.25. Web safe color of #5024be is #6633cc. Color #5024be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100100 10111110
Octal 120 44 276
Decimal 80 36 190
Hex 50 24 BE

RGB Percentages of Color #5024be

%26.14
%11.76
%62.09

CMYK Percentages of Color #5024be

%58
%81
%0
%25

Triadic Colors of #5024be

#5024be #be5024 #24be50

Analogous Colors of #5024be

#5024be #9d24be #2445be

Monochromatic Colors of #5024be

#5024be

Complementary Color

#5024be #92be24

#5024be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5024be Color Preview on White Background

Lorem ipsum dolor sit amet.

#5024be Color CSS Codes

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

#5024be Text Font Color

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

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


#5024be Background Color

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

This div background color is #5024be


#5024be Border Color

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

This div border color is #5024be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,36,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5024be


Comments

No comments written yet.

Please login to write comment.