Color Hex Logo

#5023ba Color Hex

#5023BA
(80,35,186)
0 Favorites   0 Comments

Color spaces of #5023ba

RGB 8035186
HSL0.720.680.43
HSV258°81°73°
CMYK 0.570.810.00   0.27
XYZ12.77226.452747.0267
Yxy6.45270.19280.0974
Hunter Lab25.402245.2959-91.9813
CIE-Lab30.527055.5542-70.9600

#5023ba color RGB value is (80,35,186).

#5023ba hex color red value is 80, green value is 35 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5023ba hue: 0.72 , saturation: 0.68 and the lightness value of 5023ba is 0.43.

The process color (four color CMYK) of #5023ba color hex is 0.57, 0.81, 0.00, 0.27. Web safe color of #5023ba is #6633cc. Color #5023ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100011 10111010
Octal 120 43 272
Decimal 80 35 186
Hex 50 23 BA

RGB Percentages of Color #5023ba

%26.58
%11.63
%61.79

CMYK Percentages of Color #5023ba

%57
%81
%0
%27

Triadic Colors of #5023ba

#5023ba #ba5023 #23ba50

Analogous Colors of #5023ba

#5023ba #9c23ba #2342ba

Monochromatic Colors of #5023ba

#5023ba

Complementary Color

#5023ba #8dba23

#5023ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5023ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5023ba Color CSS Codes

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

#5023ba Text Font Color

<p style="color:#5023ba">Text here</p>

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


#5023ba Background Color

<div style="background-color:#5023ba">
Div content here</div>

This div background color is #5023ba


#5023ba Border Color

<div style="border:3px solid #5023ba">
Div here</div>

This div border color is #5023ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,35,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5023ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5023ba;
  -webkit-box-shadow: 1px 1px 3px 2px #5023ba;
  box-shadow:         1px 1px 3px 2px #5023ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5023ba


Comments

No comments written yet.

Please login to write comment.