Color Hex Logo

#851dbd Color Hex

#851DBD
(133,29,189)
0 Favorites   0 Comments

Color spaces of #851dbd

RGB 13329189
HSL0.780.730.43
HSV279°85°74°
CMYK 0.300.850.00   0.26
XYZ19.29759.539448.9683
Yxy9.53940.24800.1226
Hunter Lab30.885957.4763-72.3816
CIE-Lab37.002765.4115-61.8476

#851dbd color RGB value is (133,29,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011101 10111101
Octal 205 35 275
Decimal 133 29 189
Hex 85 1D BD

RGB Percentages of Color #851dbd

%37.89
%8.26
%53.85

CMYK Percentages of Color #851dbd

%30
%85
%0
%26

Triadic Colors of #851dbd

#851dbd #bd851d #1dbd85

Analogous Colors of #851dbd

#851dbd #bd1da5 #351dbd

Monochromatic Colors of #851dbd

#851dbd

Complementary Color

#851dbd #55bd1d

#851dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#851dbd Color CSS Codes

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

#851dbd Text Font Color

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

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


#851dbd Background Color

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

This div background color is #851dbd


#851dbd Border Color

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

This div border color is #851dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851dbd


Comments

No comments written yet.

Please login to write comment.