Color Hex Logo

#853afb Color Hex

#853AFB
(133,58,251)
0 Favorites   0 Comments

Color spaces of #853afb

RGB 13358251
HSL0.730.960.61
HSV263°77°98°
CMYK 0.470.770.00   0.02
XYZ28.598514.977792.6505
Yxy14.97770.20990.1099
Hunter Lab38.701064.1775-114.8499
CIE-Lab45.603669.5135-83.3087

#853afb color RGB value is (133,58,251).

#853afb hex color red value is 133, green value is 58 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #853afb hue: 0.73 , saturation: 0.96 and the lightness value of 853afb is 0.61.

The process color (four color CMYK) of #853afb color hex is 0.47, 0.77, 0.00, 0.02. Web safe color of #853afb is #9933ff. Color #853afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111010 11111011
Octal 205 72 373
Decimal 133 58 251
Hex 85 3A FB

RGB Percentages of Color #853afb

%30.09
%13.12
%56.79

CMYK Percentages of Color #853afb

%47
%77
%0
%2

Triadic Colors of #853afb

#853afb #fb853a #3afb85

Analogous Colors of #853afb

#853afb #e63afb #3a4ffb

Monochromatic Colors of #853afb

#853afb

Complementary Color

#853afb #b0fb3a

#853afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#853afb Color CSS Codes

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

#853afb Text Font Color

<p style="color:#853afb">Text here</p>

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


#853afb Background Color

<div style="background-color:#853afb">
Div content here</div>

This div background color is #853afb


#853afb Border Color

<div style="border:3px solid #853afb">
Div here</div>

This div border color is #853afb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,58,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #853afb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #853afb;
  -webkit-box-shadow: 1px 1px 3px 2px #853afb;
  box-shadow:         1px 1px 3px 2px #853afb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,58,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 #853afb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853afb


Comments

No comments written yet.

Please login to write comment.