Color Hex Logo

#853bff Color Hex

#853BFF
(133,59,255)
0 Favorites   0 Comments

Color spaces of #853bff

RGB 13359255
HSL0.731.000.62
HSV263°77°100°
CMYK 0.480.770.00   0.00
XYZ29.286815.334596.0240
Yxy15.33450.20820.1090
Hunter Lab39.159364.9694-117.9758
CIE-Lab46.089070.0881-84.7447

#853bff color RGB value is (133,59,255).

#853bff hex color red value is 133, green value is 59 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #853bff hue: 0.73 , saturation: 1.00 and the lightness value of 853bff is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111011 11111111
Octal 205 73 377
Decimal 133 59 255
Hex 85 3B FF

RGB Percentages of Color #853bff

%29.75
%13.20
%57.05

CMYK Percentages of Color #853bff

%48
%77
%0
%0

Triadic Colors of #853bff

#853bff #ff853b #3bff85

Analogous Colors of #853bff

#853bff #e73bff #3b53ff

Monochromatic Colors of #853bff

#853bff

Complementary Color

#853bff #b5ff3b

#853bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#853bff Color CSS Codes

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

#853bff Text Font Color

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

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


#853bff Background Color

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

This div background color is #853bff


#853bff Border Color

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

This div border color is #853bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853bff

Related Colors


Comments

No comments written yet.

Please login to write comment.