Color Hex Logo

#853aed Color Hex

#853AED
(133,58,237)
0 Favorites   0 Comments

Color spaces of #853aed

RGB 13358237
HSL0.740.830.58
HSV265°76°93°
CMYK 0.440.760.00   0.07
XYZ26.472014.127181.4523
Yxy14.12710.21690.1157
Hunter Lab37.586059.9427-102.1765
CIE-Lab44.414766.1193-77.3930

#853aed color RGB value is (133,58,237).

#853aed hex color red value is 133, green value is 58 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #853aed hue: 0.74 , saturation: 0.83 and the lightness value of 853aed is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111010 11101101
Octal 205 72 355
Decimal 133 58 237
Hex 85 3A ED

RGB Percentages of Color #853aed

%31.07
%13.55
%55.37

CMYK Percentages of Color #853aed

%44
%76
%0
%7

Triadic Colors of #853aed

#853aed #ed853a #3aed85

Analogous Colors of #853aed

#853aed #df3aed #3a48ed

Monochromatic Colors of #853aed

#853aed

Complementary Color

#853aed #a2ed3a

#853aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#853aed Color CSS Codes

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

#853aed Text Font Color

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

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


#853aed Background Color

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

This div background color is #853aed


#853aed Border Color

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

This div border color is #853aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853aed


Comments

No comments written yet.

Please login to write comment.