Color Hex Logo

#874294 Color Hex

#874294
(135,66,148)
0 Favorites   0 Comments

Color spaces of #874294

RGB 13566148
HSL0.810.380.42
HSV290°55°58°
CMYK 0.090.550.00   0.42
XYZ17.285211.185429.2650
Yxy11.18540.29940.1937
Hunter Lab33.444633.7263-28.4693
CIE-Lab39.891042.3702-32.7065

#874294 color RGB value is (135,66,148).

#874294 hex color red value is 135, green value is 66 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #874294 hue: 0.81 , saturation: 0.38 and the lightness value of 874294 is 0.42.

The process color (four color CMYK) of #874294 color hex is 0.09, 0.55, 0.00, 0.42. Web safe color of #874294 is #993399. Color #874294 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000010 10010100
Octal 207 102 224
Decimal 135 66 148
Hex 87 42 94

RGB Percentages of Color #874294

%38.68
%18.91
%42.41

CMYK Percentages of Color #874294

%9
%55
%0
%42

Triadic Colors of #874294

#874294 #948742 #429487

Analogous Colors of #874294

#874294 #944278 #5e4294

Monochromatic Colors of #874294

#874294

Complementary Color

#874294 #4f9442

#874294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874294 Color CSS Codes

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

#874294 Text Font Color

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

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


#874294 Background Color

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

This div background color is #874294


#874294 Border Color

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

This div border color is #874294


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,66,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #874294; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #874294;
  -webkit-box-shadow: 1px 1px 3px 2px #874294;
  box-shadow:         1px 1px 3px 2px #874294; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874294


Comments

No comments written yet.

Please login to write comment.