Color Hex Logo

#851fcc Color Hex

#851FCC
(133,31,204)
0 Favorites   0 Comments

Color spaces of #851fcc

RGB 13331204
HSL0.760.740.46
HSV275°85°80°
CMYK 0.350.850.00   0.20
XYZ21.061910.326258.0098
Yxy10.32620.23560.1155
Hunter Lab32.134460.7593-84.5376
CIE-Lab38.421667.9921-68.3047

#851fcc color RGB value is (133,31,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00011111 11001100
Octal 205 37 314
Decimal 133 31 204
Hex 85 1F CC

RGB Percentages of Color #851fcc

%36.14
%8.42
%55.43

CMYK Percentages of Color #851fcc

%35
%85
%0
%20

Triadic Colors of #851fcc

#851fcc #cc851f #1fcc85

Analogous Colors of #851fcc

#851fcc #cc1fbd #2e1fcc

Monochromatic Colors of #851fcc

#851fcc

Complementary Color

#851fcc #66cc1f

#851fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#851fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#851fcc Color CSS Codes

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

#851fcc Text Font Color

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

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


#851fcc Background Color

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

This div background color is #851fcc


#851fcc Border Color

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

This div border color is #851fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #851fcc


Comments

No comments written yet.

Please login to write comment.