Color Hex Logo

#853fbd Color Hex

#853FBD
(133,63,189)
0 Favorites   0 Comments

Color spaces of #853fbd

RGB 13363189
HSL0.760.500.49
HSV273°67°74°
CMYK 0.300.670.00   0.26
XYZ20.635712.215749.4144
Yxy12.21570.25080.1485
Hunter Lab34.951044.2255-59.3598
CIE-Lab41.556952.4231-54.4595

#853fbd color RGB value is (133,63,189).

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

The process color (four color CMYK) of #853fbd color hex is 0.30, 0.67, 0.00, 0.26. Web safe color of #853fbd is #9933cc. Color #853fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111111 10111101
Octal 205 77 275
Decimal 133 63 189
Hex 85 3F BD

RGB Percentages of Color #853fbd

%34.55
%16.36
%49.09

CMYK Percentages of Color #853fbd

%30
%67
%0
%26

Triadic Colors of #853fbd

#853fbd #bd853f #3fbd85

Analogous Colors of #853fbd

#853fbd #bd3fb6 #463fbd

Monochromatic Colors of #853fbd

#853fbd

Complementary Color

#853fbd #77bd3f

#853fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#853fbd Color CSS Codes

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

#853fbd Text Font Color

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

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


#853fbd Background Color

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

This div background color is #853fbd


#853fbd Border Color

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

This div border color is #853fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853fbd


Comments

No comments written yet.

Please login to write comment.