Color Hex Logo

#530cae Color Hex

#530CAE
(83,12,174)
0 Favorites   0 Comments

Color spaces of #530cae

RGB 8312174
HSL0.740.870.36
HSV266°93°68°
CMYK 0.520.930.00   0.32
XYZ11.33875.157940.4424
Yxy5.15790.19910.0906
Hunter Lab22.711049.3736-89.6824
CIE-Lab27.180060.0172-69.3176

#530cae color RGB value is (83,12,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00001100 10101110
Octal 123 14 256
Decimal 83 12 174
Hex 53 C AE

RGB Percentages of Color #530cae

%30.86
%4.46
%64.68

CMYK Percentages of Color #530cae

%52
%93
%0
%32

Triadic Colors of #530cae

#530cae #ae530c #0cae53

Analogous Colors of #530cae

#530cae #a40cae #0c16ae

Monochromatic Colors of #530cae

#530cae

Complementary Color

#530cae #67ae0c

#530cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#530cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#530cae Color CSS Codes

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

#530cae Text Font Color

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

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


#530cae Background Color

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

This div background color is #530cae


#530cae Border Color

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

This div border color is #530cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #530cae


Comments

No comments written yet.

Please login to write comment.