Color Hex Logo

#851baf Color Hex

#851BAF
(133,27,175)
0 Favorites   0 Comments

Color spaces of #851baf

RGB 13327175
HSL0.790.730.40
HSV283°85°69°
CMYK 0.240.850.00   0.31
XYZ17.80278.865641.3304
Yxy8.86560.26180.1304
Hunter Lab29.775254.6194-61.4569
CIE-Lab35.724263.1296-55.6307

#851baf color RGB value is (133,27,175).

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

The process color (four color CMYK) of #851baf color hex is 0.24, 0.85, 0.00, 0.31. Web safe color of #851baf is #993399. Color #851baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011011 10101111
Octal 205 33 257
Decimal 133 27 175
Hex 85 1B AF

RGB Percentages of Color #851baf

%39.70
%8.06
%52.24

CMYK Percentages of Color #851baf

%24
%85
%0
%31

Triadic Colors of #851baf

#851baf #af851b #1baf85

Analogous Colors of #851baf

#851baf #af1b8f #3b1baf

Monochromatic Colors of #851baf

#851baf

Complementary Color

#851baf #45af1b

#851baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#851baf Color CSS Codes

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

#851baf Text Font Color

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

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


#851baf Background Color

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

This div background color is #851baf


#851baf Border Color

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

This div border color is #851baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851baf


Comments

No comments written yet.

Please login to write comment.