Color Hex Logo

#853bed Color Hex

#853BED
(133,59,237)
0 Favorites   0 Comments

Color spaces of #853bed

RGB 13359237
HSL0.740.830.58
HSV265°75°93°
CMYK 0.440.750.00   0.07
XYZ26.522914.228981.4693
Yxy14.22890.21700.1164
Hunter Lab37.721259.4965-101.6482
CIE-Lab44.559465.7044-77.1560

#853bed color RGB value is (133,59,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111011 11101101
Octal 205 73 355
Decimal 133 59 237
Hex 85 3B ED

RGB Percentages of Color #853bed

%31.00
%13.75
%55.24

CMYK Percentages of Color #853bed

%44
%75
%0
%7

Triadic Colors of #853bed

#853bed #ed853b #3bed85

Analogous Colors of #853bed

#853bed #de3bed #3b4aed

Monochromatic Colors of #853bed

#853bed

Complementary Color

#853bed #a3ed3b

#853bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#853bed Color CSS Codes

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

#853bed Text Font Color

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

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


#853bed Background Color

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

This div background color is #853bed


#853bed Border Color

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

This div border color is #853bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853bed


Comments

No comments written yet.

Please login to write comment.