Color Hex Logo

#530ebb Color Hex

#530EBB
(83,14,187)
0 Favorites   0 Comments

Color spaces of #530ebb

RGB 8314187
HSL0.730.860.39
HSV264°93°73°
CMYK 0.560.930.00   0.27
XYZ12.69405.740947.4528
Yxy5.74090.19270.0871
Hunter Lab23.960252.6382-100.6509
CIE-Lab28.749162.6937-74.4805

#530ebb color RGB value is (83,14,187).

#530ebb hex color red value is 83, green value is 14 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #530ebb hue: 0.73 , saturation: 0.86 and the lightness value of 530ebb is 0.39.

The process color (four color CMYK) of #530ebb color hex is 0.56, 0.93, 0.00, 0.27. Web safe color of #530ebb is #6600cc. Color #530ebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001110 10111011
Octal 123 16 273
Decimal 83 14 187
Hex 53 E BB

RGB Percentages of Color #530ebb

%29.23
%4.93
%65.85

CMYK Percentages of Color #530ebb

%56
%93
%0
%27

Triadic Colors of #530ebb

#530ebb #bb530e #0ebb53

Analogous Colors of #530ebb

#530ebb #aa0ebb #0e20bb

Monochromatic Colors of #530ebb

#530ebb

Complementary Color

#530ebb #76bb0e

#530ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#530ebb Color CSS Codes

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

#530ebb Text Font Color

<p style="color:#530ebb">Text here</p>

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


#530ebb Background Color

<div style="background-color:#530ebb">
Div content here</div>

This div background color is #530ebb


#530ebb Border Color

<div style="border:3px solid #530ebb">
Div here</div>

This div border color is #530ebb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,14,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #530ebb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #530ebb;
  -webkit-box-shadow: 1px 1px 3px 2px #530ebb;
  box-shadow:         1px 1px 3px 2px #530ebb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,14,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 #530ebb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530ebb


Comments

No comments written yet.

Please login to write comment.