Color Hex Logo

#853abe Color Hex

#853ABE
(133,58,190)
0 Favorites   0 Comments

Color spaces of #853abe

RGB 13358190
HSL0.760.530.49
HSV274°69°75°
CMYK 0.300.690.00   0.25
XYZ20.480211.730449.9000
Yxy11.73040.24940.1429
Hunter Lab34.249746.8003-62.4077
CIE-Lab40.784454.9962-56.2932

#853abe color RGB value is (133,58,190).

#853abe hex color red value is 133, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #853abe hue: 0.76 , saturation: 0.53 and the lightness value of 853abe is 0.49.

The process color (four color CMYK) of #853abe color hex is 0.30, 0.69, 0.00, 0.25. Web safe color of #853abe is #9933cc. Color #853abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111010 10111110
Octal 205 72 276
Decimal 133 58 190
Hex 85 3A BE

RGB Percentages of Color #853abe

%34.91
%15.22
%49.87

CMYK Percentages of Color #853abe

%30
%69
%0
%25

Triadic Colors of #853abe

#853abe #be853a #3abe85

Analogous Colors of #853abe

#853abe #be3ab5 #433abe

Monochromatic Colors of #853abe

#853abe

Complementary Color

#853abe #73be3a

#853abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#853abe Color CSS Codes

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

#853abe Text Font Color

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

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


#853abe Background Color

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

This div background color is #853abe


#853abe Border Color

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

This div border color is #853abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853abe


Comments

No comments written yet.

Please login to write comment.