Color Hex Logo

#531fbf Color Hex

#531FBF
(83,31,191)
0 Favorites   0 Comments

Color spaces of #531fbf

RGB 8331191
HSL0.720.720.44
HSV260°84°75°
CMYK 0.570.840.00   0.25
XYZ13.46126.580649.8509
Yxy6.58060.19260.0942
Hunter Lab25.652748.7754-97.2615
CIE-Lab30.832458.7626-73.4012

#531fbf color RGB value is (83,31,191).

#531fbf hex color red value is 83, green value is 31 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #531fbf hue: 0.72 , saturation: 0.72 and the lightness value of 531fbf is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 00011111 10111111
Octal 123 37 277
Decimal 83 31 191
Hex 53 1F BF

RGB Percentages of Color #531fbf

%27.21
%10.16
%62.62

CMYK Percentages of Color #531fbf

%57
%84
%0
%25

Triadic Colors of #531fbf

#531fbf #bf531f #1fbf53

Analogous Colors of #531fbf

#531fbf #a31fbf #1f3bbf

Monochromatic Colors of #531fbf

#531fbf

Complementary Color

#531fbf #8bbf1f

#531fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#531fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#531fbf Color CSS Codes

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

#531fbf Text Font Color

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

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


#531fbf Background Color

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

This div background color is #531fbf


#531fbf Border Color

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

This div border color is #531fbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,31,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 #531fbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #531fbf


Comments

No comments written yet.

Please login to write comment.