Color Hex Logo

#532fbf Color Hex

#532FBF
(83,47,191)
0 Favorites   0 Comments

Color spaces of #532fbf

RGB 8347191
HSL0.710.610.47
HSV255°75°75°
CMYK 0.570.750.00   0.25
XYZ13.98787.633650.0264
Yxy7.63360.19520.1065
Hunter Lab27.629042.0190-88.0132
CIE-Lab33.207951.8788-69.4863

#532fbf color RGB value is (83,47,191).

#532fbf hex color red value is 83, green value is 47 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #532fbf hue: 0.71 , saturation: 0.61 and the lightness value of 532fbf is 0.47.

The process color (four color CMYK) of #532fbf color hex is 0.57, 0.75, 0.00, 0.25. Web safe color of #532fbf is #6633cc. Color #532fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 00101111 10111111
Octal 123 57 277
Decimal 83 47 191
Hex 53 2F BF

RGB Percentages of Color #532fbf

%25.86
%14.64
%59.50

CMYK Percentages of Color #532fbf

%57
%75
%0
%25

Triadic Colors of #532fbf

#532fbf #bf532f #2fbf53

Analogous Colors of #532fbf

#532fbf #9b2fbf #2f53bf

Monochromatic Colors of #532fbf

#532fbf

Complementary Color

#532fbf #9bbf2f

#532fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#532fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#532fbf Color CSS Codes

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

#532fbf Text Font Color

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

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


#532fbf Background Color

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

This div background color is #532fbf


#532fbf Border Color

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

This div border color is #532fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #532fbf


Comments

No comments written yet.

Please login to write comment.