Color Hex Logo

#851bbf Color Hex

#851BBF
(133,27,191)
0 Favorites   0 Comments

Color spaces of #851bbf

RGB 13327191
HSL0.770.750.43
HSV279°86°75°
CMYK 0.300.860.00   0.25
XYZ19.46889.532050.1040
Yxy9.53200.24610.1205
Hunter Lab30.873958.5309-74.6075
CIE-Lab36.989066.3375-63.0468

#851bbf color RGB value is (133,27,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011011 10111111
Octal 205 33 277
Decimal 133 27 191
Hex 85 1B BF

RGB Percentages of Color #851bbf

%37.89
%7.69
%54.42

CMYK Percentages of Color #851bbf

%30
%86
%0
%25

Triadic Colors of #851bbf

#851bbf #bf851b #1bbf85

Analogous Colors of #851bbf

#851bbf #bf1ba7 #331bbf

Monochromatic Colors of #851bbf

#851bbf

Complementary Color

#851bbf #55bf1b

#851bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#851bbf Color CSS Codes

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

#851bbf Text Font Color

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

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


#851bbf Background Color

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

This div background color is #851bbf


#851bbf Border Color

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

This div border color is #851bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851bbf


Comments

No comments written yet.

Please login to write comment.