Color Hex Logo

#851cfa Color Hex

#851CFA
(133,28,250)
0 Favorites   0 Comments

Color spaces of #851cfa

RGB 13328250
HSL0.750.960.55
HSV268°89°98°
CMYK 0.470.890.00   0.02
XYZ27.343412.719291.4564
Yxy12.71920.20790.0967
Hunter Lab35.664074.4431-127.0779
CIE-Lab42.337178.6186-88.1230

#851cfa color RGB value is (133,28,250).

#851cfa hex color red value is 133, green value is 28 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #851cfa hue: 0.75 , saturation: 0.96 and the lightness value of 851cfa is 0.55.

The process color (four color CMYK) of #851cfa color hex is 0.47, 0.89, 0.00, 0.02. Web safe color of #851cfa is #9933ff. Color #851cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011100 11111010
Octal 205 34 372
Decimal 133 28 250
Hex 85 1C FA

RGB Percentages of Color #851cfa

%32.36
%6.81
%60.83

CMYK Percentages of Color #851cfa

%47
%89
%0
%2

Triadic Colors of #851cfa

#851cfa #fa851c #1cfa85

Analogous Colors of #851cfa

#851cfa #f41cfa #1c22fa

Monochromatic Colors of #851cfa

#851cfa

Complementary Color

#851cfa #91fa1c

#851cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#851cfa Color CSS Codes

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

#851cfa Text Font Color

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

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


#851cfa Background Color

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

This div background color is #851cfa


#851cfa Border Color

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

This div border color is #851cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851cfa


Comments

No comments written yet.

Please login to write comment.