Color Hex Logo

#874cfb Color Hex

#874CFB
(135,76,251)
0 Favorites   0 Comments

Color spaces of #874cfb

RGB 13576251
HSL0.720.960.64
HSV260°70°98°
CMYK 0.460.700.00   0.02
XYZ29.988717.284893.0225
Yxy17.28480.21380.1232
Hunter Lab41.575055.9986-103.5567
CIE-Lab48.616961.8686-78.3667

#874cfb color RGB value is (135,76,251).

#874cfb hex color red value is 135, green value is 76 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #874cfb hue: 0.72 , saturation: 0.96 and the lightness value of 874cfb is 0.64.

The process color (four color CMYK) of #874cfb color hex is 0.46, 0.70, 0.00, 0.02. Web safe color of #874cfb is #9933ff. Color #874cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001100 11111011
Octal 207 114 373
Decimal 135 76 251
Hex 87 4C FB

RGB Percentages of Color #874cfb

%29.22
%16.45
%54.33

CMYK Percentages of Color #874cfb

%46
%70
%0
%2

Triadic Colors of #874cfb

#874cfb #fb874c #4cfb87

Analogous Colors of #874cfb

#874cfb #df4cfb #4c69fb

Monochromatic Colors of #874cfb

#874cfb

Complementary Color

#874cfb #c0fb4c

#874cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#874cfb Color CSS Codes

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

#874cfb Text Font Color

<p style="color:#874cfb">Text here</p>

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


#874cfb Background Color

<div style="background-color:#874cfb">
Div content here</div>

This div background color is #874cfb


#874cfb Border Color

<div style="border:3px solid #874cfb">
Div here</div>

This div border color is #874cfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,76,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #874cfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #874cfb;
  -webkit-box-shadow: 1px 1px 3px 2px #874cfb;
  box-shadow:         1px 1px 3px 2px #874cfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,76,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874cfb


Comments

No comments written yet.

Please login to write comment.