Color Hex Logo

#853fbb Color Hex

#853FBB
(133,63,187)
0 Favorites   0 Comments

Color spaces of #853fbb

RGB 13363187
HSL0.760.500.49
HSV274°66°73°
CMYK 0.290.660.00   0.27
XYZ20.420012.129448.2787
Yxy12.12940.25260.1501
Hunter Lab34.827343.7107-57.8106
CIE-Lab41.421051.9580-53.5071

#853fbb color RGB value is (133,63,187).

#853fbb hex color red value is 133, green value is 63 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #853fbb hue: 0.76 , saturation: 0.50 and the lightness value of 853fbb is 0.49.

The process color (four color CMYK) of #853fbb color hex is 0.29, 0.66, 0.00, 0.27. Web safe color of #853fbb is #9933cc. Color #853fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111111 10111011
Octal 205 77 273
Decimal 133 63 187
Hex 85 3F BB

RGB Percentages of Color #853fbb

%34.73
%16.45
%48.83

CMYK Percentages of Color #853fbb

%29
%66
%0
%27

Triadic Colors of #853fbb

#853fbb #bb853f #3fbb85

Analogous Colors of #853fbb

#853fbb #bb3fb3 #473fbb

Monochromatic Colors of #853fbb

#853fbb

Complementary Color

#853fbb #75bb3f

#853fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#853fbb Color CSS Codes

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

#853fbb Text Font Color

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

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


#853fbb Background Color

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

This div background color is #853fbb


#853fbb Border Color

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

This div border color is #853fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,63,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853fbb


Comments

No comments written yet.

Please login to write comment.