Color Hex Logo

#851cfc Color Hex

#851CFC
(133,28,252)
0 Favorites   0 Comments

Color spaces of #851cfc

RGB 13328252
HSL0.740.970.55
HSV268°89°99°
CMYK 0.470.890.00   0.01
XYZ27.658812.845393.1171
Yxy12.84530.20700.0961
Hunter Lab35.840375.0319-128.9536
CIE-Lab42.529279.0546-88.9270

#851cfc color RGB value is (133,28,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011100 11111100
Octal 205 34 374
Decimal 133 28 252
Hex 85 1C FC

RGB Percentages of Color #851cfc

%32.20
%6.78
%61.02

CMYK Percentages of Color #851cfc

%47
%89
%0
%1

Triadic Colors of #851cfc

#851cfc #fc851c #1cfc85

Analogous Colors of #851cfc

#851cfc #f51cfc #1c23fc

Monochromatic Colors of #851cfc

#851cfc

Complementary Color

#851cfc #93fc1c

#851cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#851cfc Color CSS Codes

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

#851cfc Text Font Color

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

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


#851cfc Background Color

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

This div background color is #851cfc


#851cfc Border Color

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

This div border color is #851cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.