Color Hex Logo

#530fb2 Color Hex

#530FB2
(83,15,178)
0 Favorites   0 Comments

Color spaces of #530fb2

RGB 8315178
HSL0.740.840.38
HSV265°92°70°
CMYK 0.530.920.00   0.30
XYZ11.77405.395042.5403
Yxy5.39500.19720.0904
Hunter Lab23.227149.8354-92.3301
CIE-Lab27.831760.3183-70.6380

#530fb2 color RGB value is (83,15,178).

#530fb2 hex color red value is 83, green value is 15 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #530fb2 hue: 0.74 , saturation: 0.84 and the lightness value of 530fb2 is 0.38.

The process color (four color CMYK) of #530fb2 color hex is 0.53, 0.92, 0.00, 0.30. Web safe color of #530fb2 is #660099. Color #530fb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001111 10110010
Octal 123 17 262
Decimal 83 15 178
Hex 53 F B2

RGB Percentages of Color #530fb2

%30.07
%5.43
%64.49

CMYK Percentages of Color #530fb2

%53
%92
%0
%30

Triadic Colors of #530fb2

#530fb2 #b2530f #0fb253

Analogous Colors of #530fb2

#530fb2 #a50fb2 #0f1cb2

Monochromatic Colors of #530fb2

#530fb2

Complementary Color

#530fb2 #6eb20f

#530fb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530fb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#530fb2 Color CSS Codes

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

#530fb2 Text Font Color

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

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


#530fb2 Background Color

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

This div background color is #530fb2


#530fb2 Border Color

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

This div border color is #530fb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530fb2


Comments

No comments written yet.

Please login to write comment.