Color Hex Logo

#851caf Color Hex

#851CAF
(133,28,175)
0 Favorites   0 Comments

Color spaces of #851caf

RGB 13328175
HSL0.790.720.40
HSV283°84°69°
CMYK 0.240.840.00   0.31
XYZ17.82608.912241.3381
Yxy8.91220.26190.1309
Hunter Lab29.853354.3426-61.2020
CIE-Lab35.814762.8644-55.4837

#851caf color RGB value is (133,28,175).

#851caf hex color red value is 133, green value is 28 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #851caf hue: 0.79 , saturation: 0.72 and the lightness value of 851caf is 0.40.

The process color (four color CMYK) of #851caf color hex is 0.24, 0.84, 0.00, 0.31. Web safe color of #851caf is #993399. Color #851caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011100 10101111
Octal 205 34 257
Decimal 133 28 175
Hex 85 1C AF

RGB Percentages of Color #851caf

%39.58
%8.33
%52.08

CMYK Percentages of Color #851caf

%24
%84
%0
%31

Triadic Colors of #851caf

#851caf #af851c #1caf85

Analogous Colors of #851caf

#851caf #af1c90 #3b1caf

Monochromatic Colors of #851caf

#851caf

Complementary Color

#851caf #46af1c

#851caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#851caf Color CSS Codes

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

#851caf Text Font Color

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

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


#851caf Background Color

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

This div background color is #851caf


#851caf Border Color

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

This div border color is #851caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851caf


Comments

No comments written yet.

Please login to write comment.