Color Hex Logo

#a674cb Color Hex

#A674CB
(166,116,203)
0 Favorites   0 Comments

Color spaces of #a674cb

RGB 166116203
HSL0.760.460.63
HSV274°43°80°
CMYK 0.180.430.00   0.20
XYZ32.750824.909659.5818
Yxy24.90960.27930.2125
Hunter Lab49.909529.7907-35.8435
CIE-Lab56.987235.9347-37.7466

#a674cb color RGB value is (166,116,203).

#a674cb hex color red value is 166, green value is 116 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a674cb hue: 0.76 , saturation: 0.46 and the lightness value of a674cb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110100 11001011
Octal 246 164 313
Decimal 166 116 203
Hex A6 74 CB

RGB Percentages of Color #a674cb

%34.23
%23.92
%41.86

CMYK Percentages of Color #a674cb

%18
%43
%0
%20

Triadic Colors of #a674cb

#a674cb #cba674 #74cba6

Analogous Colors of #a674cb

#a674cb #cb74c5 #7b74cb

Monochromatic Colors of #a674cb

#a674cb

Complementary Color

#a674cb #99cb74

#a674cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a674cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a674cb Color CSS Codes

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

#a674cb Text Font Color

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

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


#a674cb Background Color

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

This div background color is #a674cb


#a674cb Border Color

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

This div border color is #a674cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a674cb


Comments

No comments written yet.

Please login to write comment.