Color Hex Logo

#532feb Color Hex

#532FEB
(83,47,235)
0 Favorites   0 Comments

Color spaces of #532feb

RGB 8347235
HSL0.700.820.55
HSV251°80°92°
CMYK 0.650.800.00   0.08
XYZ19.57929.870279.4705
Yxy9.87020.17980.0906
Hunter Lab31.416956.2628-127.9851
CIE-Lab37.608564.2237-87.6433

#532feb color RGB value is (83,47,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101111 11101011
Octal 123 57 353
Decimal 83 47 235
Hex 53 2F EB

RGB Percentages of Color #532feb

%22.74
%12.88
%64.38

CMYK Percentages of Color #532feb

%65
%80
%0
%8

Triadic Colors of #532feb

#532feb #eb532f #2feb53

Analogous Colors of #532feb

#532feb #b12feb #2f69eb

Monochromatic Colors of #532feb

#532feb

Complementary Color

#532feb #c7eb2f

#532feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#532feb Color CSS Codes

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

#532feb Text Font Color

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

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


#532feb Background Color

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

This div background color is #532feb


#532feb Border Color

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

This div border color is #532feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532feb


Comments

No comments written yet.

Please login to write comment.