Color Hex Logo

#8874cc Color Hex

#8874CC
(136,116,204)
0 Favorites   0 Comments

Color spaces of #8874cc

RGB 136116204
HSL0.700.460.63
HSV254°43°80°
CMYK 0.330.430.00   0.20
XYZ27.297822.084759.9508
Yxy22.08470.24970.2020
Hunter Lab46.994421.4459-42.7403
CIE-Lab54.116827.6605-43.0327

#8874cc color RGB value is (136,116,204).

#8874cc hex color red value is 136, green value is 116 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8874cc hue: 0.70 , saturation: 0.46 and the lightness value of 8874cc is 0.63.

The process color (four color CMYK) of #8874cc color hex is 0.33, 0.43, 0.00, 0.20. Web safe color of #8874cc is #9966cc. Color #8874cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110100 11001100
Octal 210 164 314
Decimal 136 116 204
Hex 88 74 CC

RGB Percentages of Color #8874cc

%29.82
%25.44
%44.74

CMYK Percentages of Color #8874cc

%33
%43
%0
%20

Triadic Colors of #8874cc

#8874cc #cc8874 #74cc88

Analogous Colors of #8874cc

#8874cc #b474cc #748ccc

Monochromatic Colors of #8874cc

#8874cc

Complementary Color

#8874cc #b8cc74

#8874cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8874cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8874cc Color CSS Codes

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

#8874cc Text Font Color

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

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


#8874cc Background Color

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

This div background color is #8874cc


#8874cc Border Color

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

This div border color is #8874cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,116,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8874cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8874cc;
  -webkit-box-shadow: 1px 1px 3px 2px #8874cc;
  box-shadow:         1px 1px 3px 2px #8874cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,116,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8874cc


Comments

No comments written yet.

Please login to write comment.