Color Hex Logo

#851bda Color Hex

#851BDA
(133,27,218)
0 Favorites   0 Comments

Color spaces of #851bda

RGB 13327218
HSL0.760.780.48
HSV273°88°85°
CMYK 0.390.880.00   0.15
XYZ22.719710.832467.2231
Yxy10.83240.22540.1075
Hunter Lab32.912665.6222-98.0594
CIE-Lab39.296771.9588-74.9614

#851bda color RGB value is (133,27,218).

#851bda hex color red value is 133, green value is 27 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #851bda hue: 0.76 , saturation: 0.78 and the lightness value of 851bda is 0.48.

The process color (four color CMYK) of #851bda color hex is 0.39, 0.88, 0.00, 0.15. Web safe color of #851bda is #9933cc. Color #851bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011011 11011010
Octal 205 33 332
Decimal 133 27 218
Hex 85 1B DA

RGB Percentages of Color #851bda

%35.19
%7.14
%57.67

CMYK Percentages of Color #851bda

%39
%88
%0
%15

Triadic Colors of #851bda

#851bda #da851b #1bda85

Analogous Colors of #851bda

#851bda #da1bd0 #261bda

Monochromatic Colors of #851bda

#851bda

Complementary Color

#851bda #70da1b

#851bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#851bda Color CSS Codes

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

#851bda Text Font Color

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

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


#851bda Background Color

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

This div background color is #851bda


#851bda Border Color

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

This div border color is #851bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851bda


Comments

No comments written yet.

Please login to write comment.