Color Hex Logo

#851bfd Color Hex

#851BFD
(133,27,253)
0 Favorites   0 Comments

Color spaces of #851bfd

RGB 13327253
HSL0.740.980.55
HSV268°89°99°
CMYK 0.470.890.00   0.01
XYZ27.794412.862393.9462
Yxy12.86230.20650.0956
Hunter Lab35.864075.5742-130.2059
CIE-Lab42.555079.4840-89.4443

#851bfd color RGB value is (133,27,253).

#851bfd hex color red value is 133, green value is 27 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #851bfd hue: 0.74 , saturation: 0.98 and the lightness value of 851bfd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011011 11111101
Octal 205 33 375
Decimal 133 27 253
Hex 85 1B FD

RGB Percentages of Color #851bfd

%32.20
%6.54
%61.26

CMYK Percentages of Color #851bfd

%47
%89
%0
%1

Triadic Colors of #851bfd

#851bfd #fd851b #1bfd85

Analogous Colors of #851bfd

#851bfd #f61bfd #1b22fd

Monochromatic Colors of #851bfd

#851bfd

Complementary Color

#851bfd #93fd1b

#851bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#851bfd Color CSS Codes

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

#851bfd Text Font Color

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

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


#851bfd Background Color

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

This div background color is #851bfd


#851bfd Border Color

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

This div border color is #851bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851bfd


Comments

No comments written yet.

Please login to write comment.