Color Hex Logo

#530cbd Color Hex

#530CBD
(83,12,189)
0 Favorites   0 Comments

Color spaces of #530cbd

RGB 8312189
HSL0.730.880.39
HSV264°94°74°
CMYK 0.560.940.00   0.26
XYZ12.88415.776148.5799
Yxy5.77610.19160.0859
Hunter Lab24.033553.6332-103.0218
CIE-Lab28.840463.5698-75.5143

#530cbd color RGB value is (83,12,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001100 10111101
Octal 123 14 275
Decimal 83 12 189
Hex 53 C BD

RGB Percentages of Color #530cbd

%29.23
%4.23
%66.55

CMYK Percentages of Color #530cbd

%56
%94
%0
%26

Triadic Colors of #530cbd

#530cbd #bd530c #0cbd53

Analogous Colors of #530cbd

#530cbd #ac0cbd #0c1ebd

Monochromatic Colors of #530cbd

#530cbd

Complementary Color

#530cbd #76bd0c

#530cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#530cbd Color CSS Codes

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

#530cbd Text Font Color

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

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


#530cbd Background Color

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

This div background color is #530cbd


#530cbd Border Color

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

This div border color is #530cbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,12,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530cbd


Comments

No comments written yet.

Please login to write comment.