Color Hex Logo

#5022bb Color Hex

#5022BB
(80,34,187)
0 Favorites   0 Comments

Color spaces of #5022bb

RGB 8034187
HSL0.720.690.43
HSV258°82°73°
CMYK 0.570.820.00   0.27
XYZ12.84996.437447.5790
Yxy6.43740.19220.0963
Hunter Lab25.372046.0019-93.4234
CIE-Lab30.490256.2311-71.6130

#5022bb color RGB value is (80,34,187).

#5022bb hex color red value is 80, green value is 34 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5022bb hue: 0.72 , saturation: 0.69 and the lightness value of 5022bb is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100010 10111011
Octal 120 42 273
Decimal 80 34 187
Hex 50 22 BB

RGB Percentages of Color #5022bb

%26.58
%11.30
%62.13

CMYK Percentages of Color #5022bb

%57
%82
%0
%27

Triadic Colors of #5022bb

#5022bb #bb5022 #22bb50

Analogous Colors of #5022bb

#5022bb #9d22bb #2241bb

Monochromatic Colors of #5022bb

#5022bb

Complementary Color

#5022bb #8dbb22

#5022bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5022bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5022bb Color CSS Codes

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

#5022bb Text Font Color

<p style="color:#5022bb">Text here</p>

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


#5022bb Background Color

<div style="background-color:#5022bb">
Div content here</div>

This div background color is #5022bb


#5022bb Border Color

<div style="border:3px solid #5022bb">
Div here</div>

This div border color is #5022bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,34,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5022bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5022bb;
  -webkit-box-shadow: 1px 1px 3px 2px #5022bb;
  box-shadow:         1px 1px 3px 2px #5022bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5022bb


Comments

No comments written yet.

Please login to write comment.