Color Hex Logo

#532198 Color Hex

#532198
(83,33,152)
0 Favorites   0 Comments

Color spaces of #532198

RGB 8333152
HSL0.740.640.36
HSV265°78°60°
CMYK 0.450.780.00   0.40
XYZ9.77865.193730.1929
Yxy5.19370.21650.1150
Hunter Lab22.789736.7088-62.5975
CIE-Lab27.279647.7375-55.8002

#532198 color RGB value is (83,33,152).

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

The process color (four color CMYK) of #532198 color hex is 0.45, 0.78, 0.00, 0.40. Web safe color of #532198 is #663399. Color #532198 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00100001 10011000
Octal 123 41 230
Decimal 83 33 152
Hex 53 21 98

RGB Percentages of Color #532198

%30.97
%12.31
%56.72

CMYK Percentages of Color #532198

%45
%78
%0
%40

Triadic Colors of #532198

#532198 #985321 #219853

Analogous Colors of #532198

#532198 #8f2198 #212b98

Monochromatic Colors of #532198

#532198

Complementary Color

#532198 #669821

#532198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532198 Color CSS Codes

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

#532198 Text Font Color

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

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


#532198 Background Color

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

This div background color is #532198


#532198 Border Color

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

This div border color is #532198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532198


Comments

No comments written yet.

Please login to write comment.