Color Hex Logo

#824bde Color Hex

#824BDE
(130,75,222)
0 Favorites   0 Comments

Color spaces of #824bde

RGB 13075222
HSL0.730.690.58
HSV262°66°87°
CMYK 0.410.660.00   0.13
XYZ24.906815.051970.6998
Yxy15.05190.22510.1360
Hunter Lab38.796846.6993-80.8871
CIE-Lab45.705253.9899-66.7990

#824bde color RGB value is (130,75,222).

#824bde hex color red value is 130, green value is 75 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #824bde hue: 0.73 , saturation: 0.69 and the lightness value of 824bde is 0.58.

The process color (four color CMYK) of #824bde color hex is 0.41, 0.66, 0.00, 0.13. Web safe color of #824bde is #9933cc. Color #824bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001011 11011110
Octal 202 113 336
Decimal 130 75 222
Hex 82 4B DE

RGB Percentages of Color #824bde

%30.44
%17.56
%51.99

CMYK Percentages of Color #824bde

%41
%66
%0
%13

Triadic Colors of #824bde

#824bde #de824b #4bde82

Analogous Colors of #824bde

#824bde #cc4bde #4b5ede

Monochromatic Colors of #824bde

#824bde

Complementary Color

#824bde #a7de4b

#824bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#824bde Color CSS Codes

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

#824bde Text Font Color

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

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


#824bde Background Color

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

This div background color is #824bde


#824bde Border Color

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

This div border color is #824bde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,75,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824bde


Comments

No comments written yet.

Please login to write comment.