Color Hex Logo

#853df5 Color Hex

#853DF5
(133,61,245)
0 Favorites   0 Comments

Color spaces of #853df5

RGB 13361245
HSL0.730.900.60
HSV263°75°96°
CMYK 0.460.750.00   0.04
XYZ27.823014.916687.7990
Yxy14.91660.21310.1143
Hunter Lab38.622061.0015-107.7479
CIE-Lab45.519866.8188-80.0858

#853df5 color RGB value is (133,61,245).

#853df5 hex color red value is 133, green value is 61 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #853df5 hue: 0.73 , saturation: 0.90 and the lightness value of 853df5 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111101 11110101
Octal 205 75 365
Decimal 133 61 245
Hex 85 3D F5

RGB Percentages of Color #853df5

%30.30
%13.90
%55.81

CMYK Percentages of Color #853df5

%46
%75
%0
%4

Triadic Colors of #853df5

#853df5 #f5853d #3df585

Analogous Colors of #853df5

#853df5 #e13df5 #3d51f5

Monochromatic Colors of #853df5

#853df5

Complementary Color

#853df5 #adf53d

#853df5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853df5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853df5 Color CSS Codes

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

#853df5 Text Font Color

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

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


#853df5 Background Color

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

This div background color is #853df5


#853df5 Border Color

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

This div border color is #853df5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853df5


Comments

No comments written yet.

Please login to write comment.