Color Hex Logo

#851ae0 Color Hex

#851AE0
(133,26,224)
0 Favorites   0 Comments

Color spaces of #851ae0

RGB 13326224
HSL0.760.790.49
HSV272°88°88°
CMYK 0.410.880.00   0.12
XYZ23.496811.107271.4265
Yxy11.10720.22160.1048
Hunter Lab33.327567.5244-103.7395
CIE-Lab39.760473.4585-77.6400

#851ae0 color RGB value is (133,26,224).

#851ae0 hex color red value is 133, green value is 26 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #851ae0 hue: 0.76 , saturation: 0.79 and the lightness value of 851ae0 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011010 11100000
Octal 205 32 340
Decimal 133 26 224
Hex 85 1A E0

RGB Percentages of Color #851ae0

%34.73
%6.79
%58.49

CMYK Percentages of Color #851ae0

%41
%88
%0
%12

Triadic Colors of #851ae0

#851ae0 #e0851a #1ae085

Analogous Colors of #851ae0

#851ae0 #e01ad8 #221ae0

Monochromatic Colors of #851ae0

#851ae0

Complementary Color

#851ae0 #75e01a

#851ae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851ae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#851ae0 Color CSS Codes

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

#851ae0 Text Font Color

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

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


#851ae0 Background Color

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

This div background color is #851ae0


#851ae0 Border Color

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

This div border color is #851ae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851ae0


Comments

No comments written yet.

Please login to write comment.