Color Hex Logo

#824aff Color Hex

#824AFF
(130,74,255)
0 Favorites   0 Comments

Color spaces of #824aff

RGB 13074255
HSL0.721.000.65
HSV259°71°100°
CMYK 0.490.710.00   0.00
XYZ29.704716.863496.2971
Yxy16.86340.20790.1180
Hunter Lab41.065157.2553-110.2888
CIE-Lab48.087563.0727-81.4807

#824aff color RGB value is (130,74,255).

#824aff hex color red value is 130, green value is 74 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #824aff hue: 0.72 , saturation: 1.00 and the lightness value of 824aff is 0.65.

The process color (four color CMYK) of #824aff color hex is 0.49, 0.71, 0.00, 0.00. Web safe color of #824aff is #9933ff. Color #824aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001010 11111111
Octal 202 112 377
Decimal 130 74 255
Hex 82 4A FF

RGB Percentages of Color #824aff

%28.32
%16.12
%55.56

CMYK Percentages of Color #824aff

%49
%71
%0
%0

Triadic Colors of #824aff

#824aff #ff824a #4aff82

Analogous Colors of #824aff

#824aff #dd4aff #4a6dff

Monochromatic Colors of #824aff

#824aff

Complementary Color

#824aff #c7ff4a

#824aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#824aff Color CSS Codes

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

#824aff Text Font Color

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

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


#824aff Background Color

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

This div background color is #824aff


#824aff Border Color

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

This div border color is #824aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824aff

Related Colors


Comments

No comments written yet.

Please login to write comment.