Color Hex Logo

#851dbf Color Hex

#851DBF
(133,29,191)
0 Favorites   0 Comments

Color spaces of #851dbf

RGB 13329191
HSL0.770.740.43
HSV279°85°75°
CMYK 0.300.850.00   0.25
XYZ19.51629.626950.1198
Yxy9.62690.24620.1215
Hunter Lab31.027257.9792-74.0549
CIE-Lab37.164365.8211-62.7608

#851dbf color RGB value is (133,29,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011101 10111111
Octal 205 35 277
Decimal 133 29 191
Hex 85 1D BF

RGB Percentages of Color #851dbf

%37.68
%8.22
%54.11

CMYK Percentages of Color #851dbf

%30
%85
%0
%25

Triadic Colors of #851dbf

#851dbf #bf851d #1dbf85

Analogous Colors of #851dbf

#851dbf #bf1da8 #341dbf

Monochromatic Colors of #851dbf

#851dbf

Complementary Color

#851dbf #57bf1d

#851dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#851dbf Color CSS Codes

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

#851dbf Text Font Color

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

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


#851dbf Background Color

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

This div background color is #851dbf


#851dbf Border Color

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

This div border color is #851dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851dbf


Comments

No comments written yet.

Please login to write comment.