Color Hex Logo

#874390 Color Hex

#874390
(135,67,144)
0 Favorites   0 Comments

Color spaces of #874390

RGB 13567144
HSL0.810.360.41
HSV293°53°56°
CMYK 0.060.530.00   0.44
XYZ17.032911.178827.6456
Yxy11.17880.30490.2001
Hunter Lab33.434732.4239-25.6198
CIE-Lab39.880041.0325-30.2994

#874390 color RGB value is (135,67,144).

#874390 hex color red value is 135, green value is 67 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #874390 hue: 0.81 , saturation: 0.36 and the lightness value of 874390 is 0.41.

The process color (four color CMYK) of #874390 color hex is 0.06, 0.53, 0.00, 0.44. Web safe color of #874390 is #993399. Color #874390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000011 10010000
Octal 207 103 220
Decimal 135 67 144
Hex 87 43 90

RGB Percentages of Color #874390

%39.02
%19.36
%41.62

CMYK Percentages of Color #874390

%6
%53
%0
%44

Triadic Colors of #874390

#874390 #908743 #439087

Analogous Colors of #874390

#874390 #904373 #604390

Monochromatic Colors of #874390

#874390

Complementary Color

#874390 #4c9043

#874390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874390 Color CSS Codes

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

#874390 Text Font Color

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

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


#874390 Background Color

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

This div background color is #874390


#874390 Border Color

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

This div border color is #874390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874390


Comments

No comments written yet.

Please login to write comment.