Color Hex Logo

#853ffc Color Hex

#853FFC
(133,63,252)
0 Favorites   0 Comments

Color spaces of #853ffc

RGB 13363252
HSL0.730.970.62
HSV262°75°99°
CMYK 0.470.750.00   0.01
XYZ29.021115.569893.5712
Yxy15.56980.21010.1127
Hunter Lab39.458662.2311-112.9780
CIE-Lab46.404967.7018-82.5528

#853ffc color RGB value is (133,63,252).

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

The process color (four color CMYK) of #853ffc color hex is 0.47, 0.75, 0.00, 0.01. Web safe color of #853ffc is #9933ff. Color #853ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111111 11111100
Octal 205 77 374
Decimal 133 63 252
Hex 85 3F FC

RGB Percentages of Color #853ffc

%29.69
%14.06
%56.25

CMYK Percentages of Color #853ffc

%47
%75
%0
%1

Triadic Colors of #853ffc

#853ffc #fc853f #3ffc85

Analogous Colors of #853ffc

#853ffc #e43ffc #3f58fc

Monochromatic Colors of #853ffc

#853ffc

Complementary Color

#853ffc #b6fc3f

#853ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#853ffc Color CSS Codes

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

#853ffc Text Font Color

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

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


#853ffc Background Color

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

This div background color is #853ffc


#853ffc Border Color

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

This div border color is #853ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853ffc


Comments

No comments written yet.

Please login to write comment.