Color Hex Logo

#853feb Color Hex

#853FEB
(133,63,235)
0 Favorites   0 Comments

Color spaces of #853feb

RGB 13363235
HSL0.730.810.58
HSV264°73°92°
CMYK 0.430.730.00   0.08
XYZ26.445814.539780.0099
Yxy14.53970.21860.1202
Hunter Lab38.131057.0698-97.7161
CIE-Lab44.997263.5006-75.3106

#853feb color RGB value is (133,63,235).

#853feb hex color red value is 133, green value is 63 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #853feb hue: 0.73 , saturation: 0.81 and the lightness value of 853feb is 0.58.

The process color (four color CMYK) of #853feb color hex is 0.43, 0.73, 0.00, 0.08. Web safe color of #853feb is #9933ff. Color #853feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111111 11101011
Octal 205 77 353
Decimal 133 63 235
Hex 85 3F EB

RGB Percentages of Color #853feb

%30.86
%14.62
%54.52

CMYK Percentages of Color #853feb

%43
%73
%0
%8

Triadic Colors of #853feb

#853feb #eb853f #3feb85

Analogous Colors of #853feb

#853feb #db3feb #3f4feb

Monochromatic Colors of #853feb

#853feb

Complementary Color

#853feb #a5eb3f

#853feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#853feb Color CSS Codes

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

#853feb Text Font Color

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

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


#853feb Background Color

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

This div background color is #853feb


#853feb Border Color

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

This div border color is #853feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853feb


Comments

No comments written yet.

Please login to write comment.