Color Hex Logo

#530cbb Color Hex

#530CBB
(83,12,187)
0 Favorites   0 Comments

Color spaces of #530cbb

RGB 8312187
HSL0.730.880.39
HSV264°94°73°
CMYK 0.560.940.00   0.27
XYZ12.66845.689847.4443
Yxy5.68980.19250.0865
Hunter Lab23.853353.0574-101.2307
CIE-Lab28.616063.0958-74.7011

#530cbb color RGB value is (83,12,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001100 10111011
Octal 123 14 273
Decimal 83 12 187
Hex 53 C BB

RGB Percentages of Color #530cbb

%29.43
%4.26
%66.31

CMYK Percentages of Color #530cbb

%56
%94
%0
%27

Triadic Colors of #530cbb

#530cbb #bb530c #0cbb53

Analogous Colors of #530cbb

#530cbb #ab0cbb #0c1dbb

Monochromatic Colors of #530cbb

#530cbb

Complementary Color

#530cbb #74bb0c

#530cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#530cbb Color CSS Codes

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

#530cbb Text Font Color

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

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


#530cbb Background Color

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

This div background color is #530cbb


#530cbb Border Color

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

This div border color is #530cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530cbb


Comments

No comments written yet.

Please login to write comment.