Color Hex Logo

#851ebd Color Hex

#851EBD
(133,30,189)
0 Favorites   0 Comments

Color spaces of #851ebd

RGB 13330189
HSL0.770.730.43
HSV279°84°74°
CMYK 0.300.840.00   0.26
XYZ19.32249.589248.9766
Yxy9.58920.24810.1231
Hunter Lab30.966457.1890-72.0967
CIE-Lab37.094865.1409-61.6975

#851ebd color RGB value is (133,30,189).

#851ebd hex color red value is 133, green value is 30 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #851ebd hue: 0.77 , saturation: 0.73 and the lightness value of 851ebd is 0.43.

The process color (four color CMYK) of #851ebd color hex is 0.30, 0.84, 0.00, 0.26. Web safe color of #851ebd is #9933cc. Color #851ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011110 10111101
Octal 205 36 275
Decimal 133 30 189
Hex 85 1E BD

RGB Percentages of Color #851ebd

%37.78
%8.52
%53.69

CMYK Percentages of Color #851ebd

%30
%84
%0
%26

Triadic Colors of #851ebd

#851ebd #bd851e #1ebd85

Analogous Colors of #851ebd

#851ebd #bd1ea6 #361ebd

Monochromatic Colors of #851ebd

#851ebd

Complementary Color

#851ebd #56bd1e

#851ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#851ebd Color CSS Codes

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

#851ebd Text Font Color

<p style="color:#851ebd">Text here</p>

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


#851ebd Background Color

<div style="background-color:#851ebd">
Div content here</div>

This div background color is #851ebd


#851ebd Border Color

<div style="border:3px solid #851ebd">
Div here</div>

This div border color is #851ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,30,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #851ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #851ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #851ebd;
  box-shadow:         1px 1px 3px 2px #851ebd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851ebd


Comments

No comments written yet.

Please login to write comment.