Color Hex Logo

#853fed Color Hex

#853FED
(133,63,237)
0 Favorites   0 Comments

Color spaces of #853fed

RGB 13363237
HSL0.730.830.59
HSV264°73°93°
CMYK 0.440.730.00   0.07
XYZ26.736414.656081.5405
Yxy14.65600.21750.1192
Hunter Lab38.283257.6663-99.4854
CIE-Lab45.159463.9927-76.1745

#853fed color RGB value is (133,63,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111111 11101101
Octal 205 77 355
Decimal 133 63 237
Hex 85 3F ED

RGB Percentages of Color #853fed

%30.72
%14.55
%54.73

CMYK Percentages of Color #853fed

%44
%73
%0
%7

Triadic Colors of #853fed

#853fed #ed853f #3fed85

Analogous Colors of #853fed

#853fed #dc3fed #3f50ed

Monochromatic Colors of #853fed

#853fed

Complementary Color

#853fed #a7ed3f

#853fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#853fed Color CSS Codes

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

#853fed Text Font Color

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

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


#853fed Background Color

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

This div background color is #853fed


#853fed Border Color

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

This div border color is #853fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853fed


Comments

No comments written yet.

Please login to write comment.