Color Hex Logo

#5230ab Color Hex

#5230AB
(82,48,171)
0 Favorites   0 Comments

Color spaces of #5230ab

RGB 8248171
HSL0.710.560.43
HSV257°72°67°
CMYK 0.520.720.00   0.33
XYZ11.88736.848039.2233
Yxy6.84800.20510.1182
Hunter Lab26.168735.2896-70.5496
CIE-Lab31.458345.4832-60.4818

#5230ab color RGB value is (82,48,171).

#5230ab hex color red value is 82, green value is 48 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5230ab hue: 0.71 , saturation: 0.56 and the lightness value of 5230ab is 0.43.

The process color (four color CMYK) of #5230ab color hex is 0.52, 0.72, 0.00, 0.33. Web safe color of #5230ab is #663399. Color #5230ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 00110000 10101011
Octal 122 60 253
Decimal 82 48 171
Hex 52 30 AB

RGB Percentages of Color #5230ab

%27.24
%15.95
%56.81

CMYK Percentages of Color #5230ab

%52
%72
%0
%33

Triadic Colors of #5230ab

#5230ab #ab5230 #30ab52

Analogous Colors of #5230ab

#5230ab #9030ab #304cab

Monochromatic Colors of #5230ab

#5230ab

Complementary Color

#5230ab #89ab30

#5230ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5230ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5230ab Color CSS Codes

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

#5230ab Text Font Color

<p style="color:#5230ab">Text here</p>

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


#5230ab Background Color

<div style="background-color:#5230ab">
Div content here</div>

This div background color is #5230ab


#5230ab Border Color

<div style="border:3px solid #5230ab">
Div here</div>

This div border color is #5230ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,48,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5230ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5230ab;
  -webkit-box-shadow: 1px 1px 3px 2px #5230ab;
  box-shadow:         1px 1px 3px 2px #5230ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,48,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5230ab


Comments

No comments written yet.

Please login to write comment.