Color Hex Logo

#851cce Color Hex

#851CCE
(133,28,206)
0 Favorites   0 Comments

Color spaces of #851cce

RGB 13328206
HSL0.760.760.46
HSV275°86°81°
CMYK 0.350.860.00   0.19
XYZ21.228710.273359.2566
Yxy10.27330.23390.1132
Hunter Lab32.052062.1333-87.1769
CIE-Lab38.328569.1900-69.6186

#851cce color RGB value is (133,28,206).

#851cce hex color red value is 133, green value is 28 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #851cce hue: 0.76 , saturation: 0.76 and the lightness value of 851cce is 0.46.

The process color (four color CMYK) of #851cce color hex is 0.35, 0.86, 0.00, 0.19. Web safe color of #851cce is #9933cc. Color #851cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011100 11001110
Octal 205 34 316
Decimal 133 28 206
Hex 85 1C CE

RGB Percentages of Color #851cce

%36.24
%7.63
%56.13

CMYK Percentages of Color #851cce

%35
%86
%0
%19

Triadic Colors of #851cce

#851cce #ce851c #1cce85

Analogous Colors of #851cce

#851cce #ce1cbe #2c1cce

Monochromatic Colors of #851cce

#851cce

Complementary Color

#851cce #65ce1c

#851cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#851cce Color CSS Codes

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

#851cce Text Font Color

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

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


#851cce Background Color

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

This div background color is #851cce


#851cce Border Color

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

This div border color is #851cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851cce


Comments

No comments written yet.

Please login to write comment.