Color Hex Logo

#851bad Color Hex

#851BAD
(133,27,173)
0 Favorites   0 Comments

Color spaces of #851bad

RGB 13327173
HSL0.790.730.39
HSV284°84°68°
CMYK 0.230.840.00   0.32
XYZ17.60768.787540.3033
Yxy8.78750.26400.1317
Hunter Lab29.643754.1479-59.8595
CIE-Lab35.571962.7374-54.6837

#851bad color RGB value is (133,27,173).

#851bad hex color red value is 133, green value is 27 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #851bad hue: 0.79 , saturation: 0.73 and the lightness value of 851bad is 0.39.

The process color (four color CMYK) of #851bad color hex is 0.23, 0.84, 0.00, 0.32. Web safe color of #851bad is #993399. Color #851bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011011 10101101
Octal 205 33 255
Decimal 133 27 173
Hex 85 1B AD

RGB Percentages of Color #851bad

%39.94
%8.11
%51.95

CMYK Percentages of Color #851bad

%23
%84
%0
%32

Triadic Colors of #851bad

#851bad #ad851b #1bad85

Analogous Colors of #851bad

#851bad #ad1b8c #3c1bad

Monochromatic Colors of #851bad

#851bad

Complementary Color

#851bad #43ad1b

#851bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#851bad Color CSS Codes

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

#851bad Text Font Color

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

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


#851bad Background Color

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

This div background color is #851bad


#851bad Border Color

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

This div border color is #851bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851bad


Comments

No comments written yet.

Please login to write comment.