Color Hex Logo

#853fd1 Color Hex

#853FD1
(133,63,209)
0 Favorites   0 Comments

Color spaces of #853fd1

RGB 13363209
HSL0.750.610.53
HSV269°70°82°
CMYK 0.360.700.00   0.18
XYZ22.959013.145061.6488
Yxy13.14500.23490.1345
Hunter Lab36.256049.5864-75.4359
CIE-Lab42.980957.1644-63.7656

#853fd1 color RGB value is (133,63,209).

#853fd1 hex color red value is 133, green value is 63 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #853fd1 hue: 0.75 , saturation: 0.61 and the lightness value of 853fd1 is 0.53.

The process color (four color CMYK) of #853fd1 color hex is 0.36, 0.70, 0.00, 0.18. Web safe color of #853fd1 is #9933cc. Color #853fd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111111 11010001
Octal 205 77 321
Decimal 133 63 209
Hex 85 3F D1

RGB Percentages of Color #853fd1

%32.84
%15.56
%51.60

CMYK Percentages of Color #853fd1

%36
%70
%0
%18

Triadic Colors of #853fd1

#853fd1 #d1853f #3fd185

Analogous Colors of #853fd1

#853fd1 #ce3fd1 #3f42d1

Monochromatic Colors of #853fd1

#853fd1

Complementary Color

#853fd1 #8bd13f

#853fd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853fd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853fd1 Color CSS Codes

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

#853fd1 Text Font Color

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

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


#853fd1 Background Color

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

This div background color is #853fd1


#853fd1 Border Color

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

This div border color is #853fd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853fd1


Comments

No comments written yet.

Please login to write comment.