Color Hex Logo

#824bfb Color Hex

#824BFB
(130,75,251)
0 Favorites   0 Comments

Color spaces of #824bfb

RGB 13075251
HSL0.720.960.64
HSV259°70°98°
CMYK 0.480.700.00   0.02
XYZ29.134616.743092.9630
Yxy16.74300.20980.1206
Hunter Lab40.918255.4888-106.0595
CIE-Lab47.934661.5470-79.5026

#824bfb color RGB value is (130,75,251).

#824bfb hex color red value is 130, green value is 75 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #824bfb hue: 0.72 , saturation: 0.96 and the lightness value of 824bfb is 0.64.

The process color (four color CMYK) of #824bfb color hex is 0.48, 0.70, 0.00, 0.02. Web safe color of #824bfb is #9933ff. Color #824bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001011 11111011
Octal 202 113 373
Decimal 130 75 251
Hex 82 4B FB

RGB Percentages of Color #824bfb

%28.51
%16.45
%55.04

CMYK Percentages of Color #824bfb

%48
%70
%0
%2

Triadic Colors of #824bfb

#824bfb #fb824b #4bfb82

Analogous Colors of #824bfb

#824bfb #da4bfb #4b6cfb

Monochromatic Colors of #824bfb

#824bfb

Complementary Color

#824bfb #c4fb4b

#824bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#824bfb Color CSS Codes

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

#824bfb Text Font Color

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

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


#824bfb Background Color

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

This div background color is #824bfb


#824bfb Border Color

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

This div border color is #824bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824bfb


Comments

No comments written yet.

Please login to write comment.