Color Hex Logo

#532690 Color Hex

#532690
(83,38,144)
0 Favorites   0 Comments

Color spaces of #532690

RGB 8338144
HSL0.740.580.36
HSV265°74°56°
CMYK 0.420.740.00   0.44
XYZ9.29445.238826.9069
Yxy5.23880.22430.1264
Hunter Lab22.888432.4295-53.6775
CIE-Lab27.404643.2664-50.6706

#532690 color RGB value is (83,38,144).

#532690 hex color red value is 83, green value is 38 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #532690 hue: 0.74 , saturation: 0.58 and the lightness value of 532690 is 0.36.

The process color (four color CMYK) of #532690 color hex is 0.42, 0.74, 0.00, 0.44. Web safe color of #532690 is #663399. Color #532690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100110 10010000
Octal 123 46 220
Decimal 83 38 144
Hex 53 26 90

RGB Percentages of Color #532690

%31.32
%14.34
%54.34

CMYK Percentages of Color #532690

%42
%74
%0
%44

Triadic Colors of #532690

#532690 #905326 #269053

Analogous Colors of #532690

#532690 #882690 #262e90

Monochromatic Colors of #532690

#532690

Complementary Color

#532690 #639026

#532690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532690 Color CSS Codes

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

#532690 Text Font Color

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

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


#532690 Background Color

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

This div background color is #532690


#532690 Border Color

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

This div border color is #532690


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,38,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #532690; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #532690;
  -webkit-box-shadow: 1px 1px 3px 2px #532690;
  box-shadow:         1px 1px 3px 2px #532690; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532690


Comments

No comments written yet.

Please login to write comment.