Color Hex Logo

#a67deb Color Hex

#A67DEB
(166,125,235)
0 Favorites   0 Comments

Color spaces of #a67deb

RGB 166125235
HSL0.730.730.71
HSV262°47°92°
CMYK 0.290.470.00   0.08
XYZ38.054928.772482.1452
Yxy28.77240.25540.1931
Hunter Lab53.639932.7672-53.2499
CIE-Lab60.580238.4325-50.0347

#a67deb color RGB value is (166,125,235).

#a67deb hex color red value is 166, green value is 125 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a67deb hue: 0.73 , saturation: 0.73 and the lightness value of a67deb is 0.71.

The process color (four color CMYK) of #a67deb color hex is 0.29, 0.47, 0.00, 0.08. Web safe color of #a67deb is #9966ff. Color #a67deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111101 11101011
Octal 246 175 353
Decimal 166 125 235
Hex A6 7D EB

RGB Percentages of Color #a67deb

%31.56
%23.76
%44.68

CMYK Percentages of Color #a67deb

%29
%47
%0
%8

Triadic Colors of #a67deb

#a67deb #eba67d #7deba6

Analogous Colors of #a67deb

#a67deb #dd7deb #7d8beb

Monochromatic Colors of #a67deb

#a67deb

Complementary Color

#a67deb #c2eb7d

#a67deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67deb Color CSS Codes

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

#a67deb Text Font Color

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

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


#a67deb Background Color

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

This div background color is #a67deb


#a67deb Border Color

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

This div border color is #a67deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,125,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67deb


Comments

No comments written yet.

Please login to write comment.