Color Hex Logo

#874fdb Color Hex

#874FDB
(135,79,219)
0 Favorites   0 Comments

Color spaces of #874fdb

RGB 13579219
HSL0.730.660.58
HSV264°64°86°
CMYK 0.380.640.00   0.14
XYZ25.573815.857368.7307
Yxy15.85730.23210.1439
Hunter Lab39.821244.9483-74.4586
CIE-Lab46.786752.1593-63.3113

#874fdb color RGB value is (135,79,219).

#874fdb hex color red value is 135, green value is 79 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #874fdb hue: 0.73 , saturation: 0.66 and the lightness value of 874fdb is 0.58.

The process color (four color CMYK) of #874fdb color hex is 0.38, 0.64, 0.00, 0.14. Web safe color of #874fdb is #9966cc. Color #874fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001111 11011011
Octal 207 117 333
Decimal 135 79 219
Hex 87 4F DB

RGB Percentages of Color #874fdb

%31.18
%18.24
%50.58

CMYK Percentages of Color #874fdb

%38
%64
%0
%14

Triadic Colors of #874fdb

#874fdb #db874f #4fdb87

Analogous Colors of #874fdb

#874fdb #cd4fdb #4f5ddb

Monochromatic Colors of #874fdb

#874fdb

Complementary Color

#874fdb #a3db4f

#874fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#874fdb Color CSS Codes

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

#874fdb Text Font Color

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

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


#874fdb Background Color

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

This div background color is #874fdb


#874fdb Border Color

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

This div border color is #874fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874fdb


Comments

No comments written yet.

Please login to write comment.