Color Hex Logo

#a794cb Color Hex

#A794CB
(167,148,203)
0 Favorites   0 Comments

Color spaces of #a794cb

RGB 167148203
HSL0.720.350.69
HSV261°27°80°
CMYK 0.180.270.00   0.20
XYZ37.305733.707161.0398
Yxy33.70710.28250.2553
Hunter Lab58.057813.0960-21.6948
CIE-Lab64.729418.1137-25.7216

#a794cb color RGB value is (167,148,203).

#a794cb hex color red value is 167, green value is 148 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a794cb hue: 0.72 , saturation: 0.35 and the lightness value of a794cb is 0.69.

The process color (four color CMYK) of #a794cb color hex is 0.18, 0.27, 0.00, 0.20. Web safe color of #a794cb is #9999cc. Color #a794cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10010100 11001011
Octal 247 224 313
Decimal 167 148 203
Hex A7 94 CB

RGB Percentages of Color #a794cb

%32.24
%28.57
%39.19

CMYK Percentages of Color #a794cb

%18
%27
%0
%20

Triadic Colors of #a794cb

#a794cb #cba794 #94cba7

Analogous Colors of #a794cb

#a794cb #c394cb #949dcb

Monochromatic Colors of #a794cb

#a794cb

Complementary Color

#a794cb #b8cb94

#a794cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a794cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a794cb Color CSS Codes

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

#a794cb Text Font Color

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

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


#a794cb Background Color

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

This div background color is #a794cb


#a794cb Border Color

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

This div border color is #a794cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a794cb


Comments

No comments written yet.

Please login to write comment.