Color Hex Logo

#a84278 Color Hex

#A84278
(168,66,120)
0 Favorites   0 Comments

Color spaces of #a84278

RGB 16866120
HSL0.910.440.46
HSV328°61°66°
CMYK 0.000.610.29   0.34
XYZ21.486813.577319.2575
Yxy13.57730.39550.2499
Hunter Lab36.847439.6057-5.1935
CIE-Lab43.620547.6041-9.4707

#a84278 color RGB value is (168,66,120).

#a84278 hex color red value is 168, green value is 66 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #a84278 hue: 0.91 , saturation: 0.44 and the lightness value of a84278 is 0.46.

The process color (four color CMYK) of #a84278 color hex is 0.00, 0.61, 0.29, 0.34. Web safe color of #a84278 is #993366. Color #a84278 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000010 01111000
Octal 250 102 170
Decimal 168 66 120
Hex A8 42 78

RGB Percentages of Color #a84278

%47.46
%18.64
%33.90

CMYK Percentages of Color #a84278

%0
%61
%29
%34

Triadic Colors of #a84278

#a84278 #78a842 #4278a8

Analogous Colors of #a84278

#a84278 #a84245 #a542a8

Monochromatic Colors of #a84278

#a84278

Complementary Color

#a84278 #42a872

#a84278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84278 Color CSS Codes

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

#a84278 Text Font Color

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

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


#a84278 Background Color

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

This div background color is #a84278


#a84278 Border Color

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

This div border color is #a84278


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,66,120, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a84278; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a84278;
  -webkit-box-shadow: 1px 1px 3px 2px #a84278;
  box-shadow:         1px 1px 3px 2px #a84278; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,66,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84278


Comments

No comments written yet.

Please login to write comment.