color codes Logo

#8174cc color codes

#8174CC
(129,116,204)
0 Favorites   0 Comments

Color spaces of #8174cc

RGB 129116204
HSL0.690.460.63
HSV249°43°80°
CMYK 0.370.430.00   0.20
XYZ26.197721.517559.8993
Yxy21.51750.24340.1999
Hunter Lab46.387019.6333-44.0901
CIE-Lab53.511325.7780-44.0297

#8174cc color RGB value is (129,116,204).

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

The process color (four color CMYK) of #8174cc color code is 0.37, 0.43, 0.00, 0.20. Web safe color of #8174cc is #9966cc. Color #8174cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110100 11001100
Octal 201 164 314
Decimal 129 116 204
Hex 81 74 CC

RGB Percentages of Color #8174cc

%28.73
%25.84
%45.43

CMYK Percentages of Color #8174cc

%37
%43
%0
%20

Triadic Colors of #8174cc

#8174cc #cc8174 #74cc81

Analogous Colors of #8174cc

#8174cc #ad74cc #7493cc

Monochromatic Colors of #8174cc

#8174cc

Complementary Color

#8174cc #bfcc74

#8174cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8174cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8174cc Color CSS Codes

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

#8174cc Text Font Color

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

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


#8174cc Background Color

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

This div background color is #8174cc


#8174cc Border Color

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

This div border color is #8174cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,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 #8174cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8174cc


Comments

No comments written yet.

Please login to write comment.