Color Hex Logo

#874bae Color Hex

#874BAE
(135,75,174)
0 Favorites   0 Comments

Color spaces of #874bae

RGB 13575174
HSL0.770.400.49
HSV276°57°68°
CMYK 0.220.570.00   0.32
XYZ20.147713.239041.5379
Yxy13.23900.26890.1767
Hunter Lab36.385435.1663-42.2161
CIE-Lab43.121243.2928-43.1193

#874bae color RGB value is (135,75,174).

#874bae hex color red value is 135, green value is 75 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #874bae hue: 0.77 , saturation: 0.40 and the lightness value of 874bae is 0.49.

The process color (four color CMYK) of #874bae color hex is 0.22, 0.57, 0.00, 0.32. Web safe color of #874bae is #993399. Color #874bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001011 10101110
Octal 207 113 256
Decimal 135 75 174
Hex 87 4B AE

RGB Percentages of Color #874bae

%35.16
%19.53
%45.31

CMYK Percentages of Color #874bae

%22
%57
%0
%32

Triadic Colors of #874bae

#874bae #ae874b #4bae87

Analogous Colors of #874bae

#874bae #ae4ba4 #564bae

Monochromatic Colors of #874bae

#874bae

Complementary Color

#874bae #72ae4b

#874bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#874bae Color CSS Codes

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

#874bae Text Font Color

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

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


#874bae Background Color

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

This div background color is #874bae


#874bae Border Color

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

This div border color is #874bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874bae


Comments

No comments written yet.

Please login to write comment.