Color Hex Logo

#532eaf Color Hex

#532EAF
(83,46,175)
0 Favorites   0 Comments

Color spaces of #532eaf

RGB 8346175
HSL0.710.580.43
HSV257°74°69°
CMYK 0.530.740.00   0.31
XYZ12.28216.888141.2396
Yxy6.88810.20330.1140
Hunter Lab26.245237.6045-74.7919
CIE-Lab31.550847.8228-62.7202

#532eaf color RGB value is (83,46,175).

#532eaf hex color red value is 83, green value is 46 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #532eaf hue: 0.71 , saturation: 0.58 and the lightness value of 532eaf is 0.43.

The process color (four color CMYK) of #532eaf color hex is 0.53, 0.74, 0.00, 0.31. Web safe color of #532eaf is #663399. Color #532eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101110 10101111
Octal 123 56 257
Decimal 83 46 175
Hex 53 2E AF

RGB Percentages of Color #532eaf

%27.30
%15.13
%57.57

CMYK Percentages of Color #532eaf

%53
%74
%0
%31

Triadic Colors of #532eaf

#532eaf #af532e #2eaf53

Analogous Colors of #532eaf

#532eaf #942eaf #2e4aaf

Monochromatic Colors of #532eaf

#532eaf

Complementary Color

#532eaf #8aaf2e

#532eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#532eaf Color CSS Codes

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

#532eaf Text Font Color

<p style="color:#532eaf">Text here</p>

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


#532eaf Background Color

<div style="background-color:#532eaf">
Div content here</div>

This div background color is #532eaf


#532eaf Border Color

<div style="border:3px solid #532eaf">
Div here</div>

This div border color is #532eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,46,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #532eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #532eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #532eaf;
  box-shadow:         1px 1px 3px 2px #532eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532eaf


Comments

No comments written yet.

Please login to write comment.