Color Hex Logo

#824bfc Color Hex

#824BFC
(130,75,252)
0 Favorites   0 Comments

Color spaces of #824bfc

RGB 13075252
HSL0.720.970.64
HSV259°70°99°
CMYK 0.480.700.00   0.01
XYZ29.292716.806393.7955
Yxy16.80630.20940.1201
Hunter Lab40.995555.8023-106.9555
CIE-Lab48.015061.8088-79.9286

#824bfc color RGB value is (130,75,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000010 01001011 11111100
Octal 202 113 374
Decimal 130 75 252
Hex 82 4B FC

RGB Percentages of Color #824bfc

%28.45
%16.41
%55.14

CMYK Percentages of Color #824bfc

%48
%70
%0
%1

Triadic Colors of #824bfc

#824bfc #fc824b #4bfc82

Analogous Colors of #824bfc

#824bfc #db4bfc #4b6dfc

Monochromatic Colors of #824bfc

#824bfc

Complementary Color

#824bfc #c5fc4b

#824bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#824bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#824bfc Color CSS Codes

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

#824bfc Text Font Color

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

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


#824bfc Background Color

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

This div background color is #824bfc


#824bfc Border Color

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

This div border color is #824bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #824bfc


Comments

No comments written yet.

Please login to write comment.