Color Hex Logo

#851cdb Color Hex

#851CDB
(133,28,219)
0 Favorites   0 Comments

Color spaces of #851cdb

RGB 13328219
HSL0.760.770.48
HSV273°87°86°
CMYK 0.390.870.00   0.14
XYZ22.874310.931567.9222
Yxy10.93150.22490.1075
Hunter Lab33.062865.6342-98.6577
CIE-Lab39.464971.9365-75.2598

#851cdb color RGB value is (133,28,219).

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

The process color (four color CMYK) of #851cdb color hex is 0.39, 0.87, 0.00, 0.14. Web safe color of #851cdb is #9933cc. Color #851cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011100 11011011
Octal 205 34 333
Decimal 133 28 219
Hex 85 1C DB

RGB Percentages of Color #851cdb

%35.00
%7.37
%57.63

CMYK Percentages of Color #851cdb

%39
%87
%0
%14

Triadic Colors of #851cdb

#851cdb #db851c #1cdb85

Analogous Colors of #851cdb

#851cdb #db1cd2 #261cdb

Monochromatic Colors of #851cdb

#851cdb

Complementary Color

#851cdb #72db1c

#851cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#851cdb Color CSS Codes

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

#851cdb Text Font Color

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

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


#851cdb Background Color

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

This div background color is #851cdb


#851cdb Border Color

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

This div border color is #851cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851cdb


Comments

No comments written yet.

Please login to write comment.