Color Hex Logo

#530fae Color Hex

#530FAE
(83,15,174)
0 Favorites   0 Comments

Color spaces of #530fae

RGB 8315174
HSL0.740.840.37
HSV266°91°68°
CMYK 0.520.910.00   0.32
XYZ11.37815.236640.4555
Yxy5.23660.19940.0918
Hunter Lab22.883648.7067-88.7991
CIE-Lab27.398559.3602-68.9564

#530fae color RGB value is (83,15,174).

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

The process color (four color CMYK) of #530fae color hex is 0.52, 0.91, 0.00, 0.32. Web safe color of #530fae is #660099. Color #530fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001111 10101110
Octal 123 17 256
Decimal 83 15 174
Hex 53 F AE

RGB Percentages of Color #530fae

%30.51
%5.51
%63.97

CMYK Percentages of Color #530fae

%52
%91
%0
%32

Triadic Colors of #530fae

#530fae #ae530f #0fae53

Analogous Colors of #530fae

#530fae #a30fae #0f1aae

Monochromatic Colors of #530fae

#530fae

Complementary Color

#530fae #6aae0f

#530fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#530fae Color CSS Codes

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

#530fae Text Font Color

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

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


#530fae Background Color

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

This div background color is #530fae


#530fae Border Color

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

This div border color is #530fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530fae


Comments

No comments written yet.

Please login to write comment.