Color Hex Logo

#532ee9 Color Hex

#532EE9
(83,46,233)
0 Favorites   0 Comments

Color spaces of #532ee9

RGB 8346233
HSL0.700.810.55
HSV252°80°91°
CMYK 0.640.800.00   0.09
XYZ19.25239.676277.9438
Yxy9.67620.18010.0905
Hunter Lab31.106656.0396-126.7884
CIE-Lab37.254964.0949-87.0922

#532ee9 color RGB value is (83,46,233).

#532ee9 hex color red value is 83, green value is 46 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #532ee9 hue: 0.70 , saturation: 0.81 and the lightness value of 532ee9 is 0.55.

The process color (four color CMYK) of #532ee9 color hex is 0.64, 0.80, 0.00, 0.09. Web safe color of #532ee9 is #6633ff. Color #532ee9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101110 11101001
Octal 123 56 351
Decimal 83 46 233
Hex 53 2E E9

RGB Percentages of Color #532ee9

%22.93
%12.71
%64.36

CMYK Percentages of Color #532ee9

%64
%80
%0
%9

Triadic Colors of #532ee9

#532ee9 #e9532e #2ee953

Analogous Colors of #532ee9

#532ee9 #b12ee9 #2e67e9

Monochromatic Colors of #532ee9

#532ee9

Complementary Color

#532ee9 #c4e92e

#532ee9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532ee9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#532ee9 Color CSS Codes

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

#532ee9 Text Font Color

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

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


#532ee9 Background Color

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

This div background color is #532ee9


#532ee9 Border Color

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

This div border color is #532ee9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532ee9


Comments

No comments written yet.

Please login to write comment.