Color Hex Logo

#853cfe Color Hex

#853CFE
(133,60,254)
0 Favorites   0 Comments

Color spaces of #853cfe

RGB 13360254
HSL0.730.990.62
HSV263°76°100°
CMYK 0.480.760.00   0.00
XYZ29.178115.374095.1956
Yxy15.37400.20880.1100
Hunter Lab39.209764.2148-116.5010
CIE-Lab46.142269.4402-84.0997

#853cfe color RGB value is (133,60,254).

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

The process color (four color CMYK) of #853cfe color hex is 0.48, 0.76, 0.00, 0.00. Web safe color of #853cfe is #9933ff. Color #853cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111100 11111110
Octal 205 74 376
Decimal 133 60 254
Hex 85 3C FE

RGB Percentages of Color #853cfe

%29.75
%13.42
%56.82

CMYK Percentages of Color #853cfe

%48
%76
%0
%0

Triadic Colors of #853cfe

#853cfe #fe853c #3cfe85

Analogous Colors of #853cfe

#853cfe #e63cfe #3c54fe

Monochromatic Colors of #853cfe

#853cfe

Complementary Color

#853cfe #b5fe3c

#853cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#853cfe Color CSS Codes

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

#853cfe Text Font Color

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

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


#853cfe Background Color

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

This div background color is #853cfe


#853cfe Border Color

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

This div border color is #853cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853cfe


Comments

No comments written yet.

Please login to write comment.