Color Hex Logo

#5223bb Color Hex

#5223BB
(82,35,187)
0 Favorites   0 Comments

Color spaces of #5223bb

RGB 8235187
HSL0.720.680.44
HSV259°81°73°
CMYK 0.560.810.00   0.27
XYZ13.05036.583847.5967
Yxy6.58380.19410.0979
Hunter Lab25.658945.8832-92.0203
CIE-Lab30.840056.0506-71.0287

#5223bb color RGB value is (82,35,187).

#5223bb hex color red value is 82, green value is 35 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5223bb hue: 0.72 , saturation: 0.68 and the lightness value of 5223bb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00100011 10111011
Octal 122 43 273
Decimal 82 35 187
Hex 52 23 BB

RGB Percentages of Color #5223bb

%26.97
%11.51
%61.51

CMYK Percentages of Color #5223bb

%56
%81
%0
%27

Triadic Colors of #5223bb

#5223bb #bb5223 #23bb52

Analogous Colors of #5223bb

#5223bb #9e23bb #2340bb

Monochromatic Colors of #5223bb

#5223bb

Complementary Color

#5223bb #8cbb23

#5223bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5223bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5223bb Color CSS Codes

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

#5223bb Text Font Color

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

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


#5223bb Background Color

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

This div background color is #5223bb


#5223bb Border Color

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

This div border color is #5223bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,35,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 #5223bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5223bb


Comments

No comments written yet.

Please login to write comment.