Color Hex Logo

#532eea Color Hex

#532EEA
(83,46,234)
0 Favorites   0 Comments

Color spaces of #532eea

RGB 8346234
HSL0.700.820.55
HSV252°80°92°
CMYK 0.650.800.00   0.08
XYZ19.39569.733578.6984
Yxy9.73350.17990.0903
Hunter Lab31.198656.3729-127.7201
CIE-Lab37.359864.3695-87.4869

#532eea color RGB value is (83,46,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101110 11101010
Octal 123 56 352
Decimal 83 46 234
Hex 53 2E EA

RGB Percentages of Color #532eea

%22.87
%12.67
%64.46

CMYK Percentages of Color #532eea

%65
%80
%0
%8

Triadic Colors of #532eea

#532eea #ea532e #2eea53

Analogous Colors of #532eea

#532eea #b12eea #2e67ea

Monochromatic Colors of #532eea

#532eea

Complementary Color

#532eea #c5ea2e

#532eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#532eea Color CSS Codes

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

#532eea Text Font Color

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

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


#532eea Background Color

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

This div background color is #532eea


#532eea Border Color

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

This div border color is #532eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532eea


Comments

No comments written yet.

Please login to write comment.