Color Hex Logo

#824fbe Color Hex

#824FBE
(130,79,190)
0 Favorites   0 Comments

Color spaces of #824fbe

RGB 13079190
HSL0.740.460.53
HSV268°58°75°
CMYK 0.320.580.00   0.25
XYZ21.296214.055550.3057
Yxy14.05550.24860.1641
Hunter Lab37.490735.7865-53.3130
CIE-Lab44.312443.7185-50.6271

#824fbe color RGB value is (130,79,190).

#824fbe hex color red value is 130, green value is 79 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #824fbe hue: 0.74 , saturation: 0.46 and the lightness value of 824fbe is 0.53.

The process color (four color CMYK) of #824fbe color hex is 0.32, 0.58, 0.00, 0.25. Web safe color of #824fbe is #9966cc. Color #824fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001111 10111110
Octal 202 117 276
Decimal 130 79 190
Hex 82 4F BE

RGB Percentages of Color #824fbe

%32.58
%19.80
%47.62

CMYK Percentages of Color #824fbe

%32
%58
%0
%25

Triadic Colors of #824fbe

#824fbe #be824f #4fbe82

Analogous Colors of #824fbe

#824fbe #ba4fbe #4f53be

Monochromatic Colors of #824fbe

#824fbe

Complementary Color

#824fbe #8bbe4f

#824fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#824fbe Color CSS Codes

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

#824fbe Text Font Color

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

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


#824fbe Background Color

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

This div background color is #824fbe


#824fbe Border Color

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

This div border color is #824fbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,79,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 #824fbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824fbe


Comments

No comments written yet.

Please login to write comment.