Color Hex Logo

#853ebf Color Hex

#853EBF
(133,62,191)
0 Favorites   0 Comments

Color spaces of #853ebf

RGB 13362191
HSL0.760.510.50
HSV273°68°75°
CMYK 0.300.680.00   0.25
XYZ20.799512.193450.5475
Yxy12.19340.24900.1460
Hunter Lab34.919045.2150-61.3826
CIE-Lab41.521953.3672-55.6858

#853ebf color RGB value is (133,62,191).

#853ebf hex color red value is 133, green value is 62 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #853ebf hue: 0.76 , saturation: 0.51 and the lightness value of 853ebf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111110 10111111
Octal 205 76 277
Decimal 133 62 191
Hex 85 3E BF

RGB Percentages of Color #853ebf

%34.46
%16.06
%49.48

CMYK Percentages of Color #853ebf

%30
%68
%0
%25

Triadic Colors of #853ebf

#853ebf #bf853e #3ebf85

Analogous Colors of #853ebf

#853ebf #bf3eb9 #443ebf

Monochromatic Colors of #853ebf

#853ebf

Complementary Color

#853ebf #78bf3e

#853ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#853ebf Color CSS Codes

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

#853ebf Text Font Color

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

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


#853ebf Background Color

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

This div background color is #853ebf


#853ebf Border Color

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

This div border color is #853ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853ebf


Comments

No comments written yet.

Please login to write comment.