Color Hex Logo

#532dff Color Hex

#532DFF
(83,45,255)
0 Favorites   0 Comments

Color spaces of #532dff

RGB 8345255
HSL0.701.000.59
HSV251°82°100°
CMYK 0.670.820.00   0.00
XYZ22.555710.935895.5297
Yxy10.93580.17480.0848
Hunter Lab33.069363.8788-148.1267
CIE-Lab39.472170.4544-95.8234

#532dff color RGB value is (83,45,255).

#532dff hex color red value is 83, green value is 45 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #532dff hue: 0.70 , saturation: 1.00 and the lightness value of 532dff is 0.59.

The process color (four color CMYK) of #532dff color hex is 0.67, 0.82, 0.00, 0.00. Web safe color of #532dff is #6633ff. Color #532dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101101 11111111
Octal 123 55 377
Decimal 83 45 255
Hex 53 2D FF

RGB Percentages of Color #532dff

%21.67
%11.75
%66.58

CMYK Percentages of Color #532dff

%67
%82
%0
%0

Triadic Colors of #532dff

#532dff #ff532d #2dff53

Analogous Colors of #532dff

#532dff #bc2dff #2d70ff

Monochromatic Colors of #532dff

#532dff

Complementary Color

#532dff #d9ff2d

#532dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#532dff Color CSS Codes

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

#532dff Text Font Color

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

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


#532dff Background Color

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

This div background color is #532dff


#532dff Border Color

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

This div border color is #532dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532dff


Comments

No comments written yet.

Please login to write comment.