Color Hex Logo

#874cdd Color Hex

#874CDD
(135,76,221)
0 Favorites   0 Comments

Color spaces of #874cdd

RGB 13576221
HSL0.730.680.58
HSV264°66°87°
CMYK 0.390.660.00   0.13
XYZ25.627315.540270.0555
Yxy15.54020.23040.1397
Hunter Lab39.421147.0545-77.7700
CIE-Lab46.365454.2003-65.1331

#874cdd color RGB value is (135,76,221).

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

The process color (four color CMYK) of #874cdd color hex is 0.39, 0.66, 0.00, 0.13. Web safe color of #874cdd is #9933cc. Color #874cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001100 11011101
Octal 207 114 335
Decimal 135 76 221
Hex 87 4C DD

RGB Percentages of Color #874cdd

%31.25
%17.59
%51.16

CMYK Percentages of Color #874cdd

%39
%66
%0
%13

Triadic Colors of #874cdd

#874cdd #dd874c #4cdd87

Analogous Colors of #874cdd

#874cdd #d04cdd #4c5add

Monochromatic Colors of #874cdd

#874cdd

Complementary Color

#874cdd #a2dd4c

#874cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#874cdd Color CSS Codes

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

#874cdd Text Font Color

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

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


#874cdd Background Color

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

This div background color is #874cdd


#874cdd Border Color

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

This div border color is #874cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874cdd


Comments

No comments written yet.

Please login to write comment.