Color Hex Logo

#853bbe Color Hex

#853BBE
(133,59,190)
0 Favorites   0 Comments

Color spaces of #853bbe

RGB 13359190
HSL0.760.530.49
HSV274°69°75°
CMYK 0.300.690.00   0.25
XYZ20.531111.832249.9169
Yxy11.83220.24950.1438
Hunter Lab34.398046.3448-61.9606
CIE-Lab40.948254.5383-56.0282

#853bbe color RGB value is (133,59,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111011 10111110
Octal 205 73 276
Decimal 133 59 190
Hex 85 3B BE

RGB Percentages of Color #853bbe

%34.82
%15.45
%49.74

CMYK Percentages of Color #853bbe

%30
%69
%0
%25

Triadic Colors of #853bbe

#853bbe #be853b #3bbe85

Analogous Colors of #853bbe

#853bbe #be3bb6 #443bbe

Monochromatic Colors of #853bbe

#853bbe

Complementary Color

#853bbe #74be3b

#853bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#853bbe Color CSS Codes

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

#853bbe Text Font Color

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

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


#853bbe Background Color

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

This div background color is #853bbe


#853bbe Border Color

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

This div border color is #853bbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,59,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 #853bbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853bbe


Comments

No comments written yet.

Please login to write comment.