Color Hex Logo

#853fea Color Hex

#853FEA
(133,63,234)
0 Favorites   0 Comments

Color spaces of #853fea

RGB 13363234
HSL0.730.800.58
HSV265°73°92°
CMYK 0.430.730.00   0.08
XYZ26.301714.482179.2510
Yxy14.48210.21910.1206
Hunter Lab38.055456.7722-96.8338
CIE-Lab44.916563.2543-74.8772

#853fea color RGB value is (133,63,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111111 11101010
Octal 205 77 352
Decimal 133 63 234
Hex 85 3F EA

RGB Percentages of Color #853fea

%30.93
%14.65
%54.42

CMYK Percentages of Color #853fea

%43
%73
%0
%8

Triadic Colors of #853fea

#853fea #ea853f #3fea85

Analogous Colors of #853fea

#853fea #db3fea #3f4fea

Monochromatic Colors of #853fea

#853fea

Complementary Color

#853fea #a4ea3f

#853fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#853fea Color CSS Codes

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

#853fea Text Font Color

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

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


#853fea Background Color

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

This div background color is #853fea


#853fea Border Color

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

This div border color is #853fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853fea


Comments

No comments written yet.

Please login to write comment.