Color Hex Logo

#521fbe Color Hex

#521FBE
(82,31,190)
0 Favorites   0 Comments

Color spaces of #521fbe

RGB 8231190
HSL0.720.720.43
HSV259°84°75°
CMYK 0.570.840.00   0.25
XYZ13.26396.491549.2691
Yxy6.49150.19220.0940
Hunter Lab25.478448.3387-96.8176
CIE-Lab30.620158.3982-73.1653

#521fbe color RGB value is (82,31,190).

#521fbe hex color red value is 82, green value is 31 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #521fbe hue: 0.72 , saturation: 0.72 and the lightness value of 521fbe is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 00011111 10111110
Octal 122 37 276
Decimal 82 31 190
Hex 52 1F BE

RGB Percentages of Color #521fbe

%27.06
%10.23
%62.71

CMYK Percentages of Color #521fbe

%57
%84
%0
%25

Triadic Colors of #521fbe

#521fbe #be521f #1fbe52

Analogous Colors of #521fbe

#521fbe #a21fbe #1f3bbe

Monochromatic Colors of #521fbe

#521fbe

Complementary Color

#521fbe #8bbe1f

#521fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#521fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#521fbe Color CSS Codes

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

#521fbe Text Font Color

<p style="color:#521fbe">Text here</p>

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


#521fbe Background Color

<div style="background-color:#521fbe">
Div content here</div>

This div background color is #521fbe


#521fbe Border Color

<div style="border:3px solid #521fbe">
Div here</div>

This div border color is #521fbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,31,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #521fbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #521fbe;
  -webkit-box-shadow: 1px 1px 3px 2px #521fbe;
  box-shadow:         1px 1px 3px 2px #521fbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,31,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #521fbe


Comments

No comments written yet.

Please login to write comment.