Color Hex Logo

#874dce Color Hex

#874DCE
(135,77,206)
0 Favorites   0 Comments

Color spaces of #874dce

RGB 13577206
HSL0.740.570.55
HSV267°63°81°
CMYK 0.340.630.00   0.19
XYZ23.786114.914960.0177
Yxy14.91490.24090.1511
Hunter Lab38.619842.3542-65.1066
CIE-Lab45.517449.9265-57.9201

#874dce color RGB value is (135,77,206).

#874dce hex color red value is 135, green value is 77 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #874dce hue: 0.74 , saturation: 0.57 and the lightness value of 874dce is 0.55.

The process color (four color CMYK) of #874dce color hex is 0.34, 0.63, 0.00, 0.19. Web safe color of #874dce is #9966cc. Color #874dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001101 11001110
Octal 207 115 316
Decimal 135 77 206
Hex 87 4D CE

RGB Percentages of Color #874dce

%32.30
%18.42
%49.28

CMYK Percentages of Color #874dce

%34
%63
%0
%19

Triadic Colors of #874dce

#874dce #ce874d #4dce87

Analogous Colors of #874dce

#874dce #c84dce #4d54ce

Monochromatic Colors of #874dce

#874dce

Complementary Color

#874dce #94ce4d

#874dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#874dce Color CSS Codes

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

#874dce Text Font Color

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

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


#874dce Background Color

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

This div background color is #874dce


#874dce Border Color

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

This div border color is #874dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874dce


Comments

No comments written yet.

Please login to write comment.