Color Hex Logo

#a67ded Color Hex

#A67DED
(166,125,237)
0 Favorites   0 Comments

Color spaces of #a67ded

RGB 166125237
HSL0.730.760.71
HSV262°47°93°
CMYK 0.300.470.00   0.07
XYZ38.345628.888683.6758
Yxy28.88860.25410.1914
Hunter Lab53.748133.2883-54.6798
CIE-Lab60.683238.9247-50.9811

#a67ded color RGB value is (166,125,237).

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

The process color (four color CMYK) of #a67ded color hex is 0.30, 0.47, 0.00, 0.07. Web safe color of #a67ded is #9966ff. Color #a67ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111101 11101101
Octal 246 175 355
Decimal 166 125 237
Hex A6 7D ED

RGB Percentages of Color #a67ded

%31.44
%23.67
%44.89

CMYK Percentages of Color #a67ded

%30
%47
%0
%7

Triadic Colors of #a67ded

#a67ded #eda67d #7deda6

Analogous Colors of #a67ded

#a67ded #de7ded #7d8ced

Monochromatic Colors of #a67ded

#a67ded

Complementary Color

#a67ded #c4ed7d

#a67ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67ded Color CSS Codes

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

#a67ded Text Font Color

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

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


#a67ded Background Color

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

This div background color is #a67ded


#a67ded Border Color

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

This div border color is #a67ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67ded


Comments

No comments written yet.

Please login to write comment.