Color Hex Logo

#532fda Color Hex

#532FDA
(83,47,218)
0 Favorites   0 Comments

Color spaces of #532fda

RGB 8347218
HSL0.700.700.52
HSV253°78°85°
CMYK 0.620.780.00   0.15
XYZ17.23878.934067.1455
Yxy8.93400.18470.0957
Hunter Lab29.889850.6413-112.2683
CIE-Lab35.856959.5042-80.8266

#532fda color RGB value is (83,47,218).

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

The process color (four color CMYK) of #532fda color hex is 0.62, 0.78, 0.00, 0.15. Web safe color of #532fda is #6633cc. Color #532fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101111 11011010
Octal 123 57 332
Decimal 83 47 218
Hex 53 2F DA

RGB Percentages of Color #532fda

%23.85
%13.51
%62.64

CMYK Percentages of Color #532fda

%62
%78
%0
%15

Triadic Colors of #532fda

#532fda #da532f #2fda53

Analogous Colors of #532fda

#532fda #a92fda #2f61da

Monochromatic Colors of #532fda

#532fda

Complementary Color

#532fda #b6da2f

#532fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#532fda Color CSS Codes

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

#532fda Text Font Color

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

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


#532fda Background Color

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

This div background color is #532fda


#532fda Border Color

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

This div border color is #532fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532fda


Comments

No comments written yet.

Please login to write comment.