Color Hex Logo

#530f58 Color Hex

#530F58
(83,15,88)
0 Favorites   0 Comments

Color spaces of #530f58

RGB 831588
HSL0.820.710.20
HSV296°83°35°
CMYK 0.060.830.00   0.65
XYZ5.49962.88529.4996
Yxy2.88520.30750.1613
Hunter Lab16.985928.0685-21.2687
CIE-Lab19.578140.0360-27.3628

#530f58 color RGB value is (83,15,88).

#530f58 hex color red value is 83, green value is 15 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #530f58 hue: 0.82 , saturation: 0.71 and the lightness value of 530f58 is 0.20.

The process color (four color CMYK) of #530f58 color hex is 0.06, 0.83, 0.00, 0.65. Web safe color of #530f58 is #660066. Color #530f58 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001111 01011000
Octal 123 17 130
Decimal 83 15 88
Hex 53 F 58

RGB Percentages of Color #530f58

%44.62
%8.06
%47.31

CMYK Percentages of Color #530f58

%6
%83
%0
%65

Triadic Colors of #530f58

#530f58 #58530f #0f5853

Analogous Colors of #530f58

#530f58 #580f39 #2f0f58

Monochromatic Colors of #530f58

#530f58

Complementary Color

#530f58 #14580f

#530f58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530f58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530f58 Color CSS Codes

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

#530f58 Text Font Color

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

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


#530f58 Background Color

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

This div background color is #530f58


#530f58 Border Color

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

This div border color is #530f58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530f58


Comments

No comments written yet.

Please login to write comment.