Color Hex Logo

#a774bc Color Hex

#A774BC
(167,116,188)
0 Favorites   0 Comments

Color spaces of #a774bc

RGB 167116188
HSL0.780.350.60
HSV283°38°74°
CMYK 0.110.380.00   0.26
XYZ31.258824.337150.6270
Yxy24.33710.29430.2291
Hunter Lab49.332626.7714-26.3128
CIE-Lab56.423732.9576-30.0740

#a774bc color RGB value is (167,116,188).

#a774bc hex color red value is 167, green value is 116 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a774bc hue: 0.78 , saturation: 0.35 and the lightness value of a774bc is 0.60.

The process color (four color CMYK) of #a774bc color hex is 0.11, 0.38, 0.00, 0.26. Web safe color of #a774bc is #9966cc. Color #a774bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110100 10111100
Octal 247 164 274
Decimal 167 116 188
Hex A7 74 BC

RGB Percentages of Color #a774bc

%35.46
%24.63
%39.92

CMYK Percentages of Color #a774bc

%11
%38
%0
%26

Triadic Colors of #a774bc

#a774bc #bca774 #74bca7

Analogous Colors of #a774bc

#a774bc #bc74ad #8374bc

Monochromatic Colors of #a774bc

#a774bc

Complementary Color

#a774bc #89bc74

#a774bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a774bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a774bc Color CSS Codes

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

#a774bc Text Font Color

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

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


#a774bc Background Color

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

This div background color is #a774bc


#a774bc Border Color

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

This div border color is #a774bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,116,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a774bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a774bc;
  -webkit-box-shadow: 1px 1px 3px 2px #a774bc;
  box-shadow:         1px 1px 3px 2px #a774bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a774bc


Comments

No comments written yet.

Please login to write comment.