Color Hex Logo

#a67fed Color Hex

#A67FED
(166,127,237)
0 Favorites   0 Comments

Color spaces of #a67fed

RGB 166127237
HSL0.730.750.71
HSV261°46°93°
CMYK 0.300.460.00   0.07
XYZ38.601329.400283.7611
Yxy29.40020.25440.1937
Hunter Lab54.222032.1880-53.6348
CIE-Lab61.133237.8044-50.2674

#a67fed color RGB value is (166,127,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111111 11101101
Octal 246 177 355
Decimal 166 127 237
Hex A6 7F ED

RGB Percentages of Color #a67fed

%31.32
%23.96
%44.72

CMYK Percentages of Color #a67fed

%30
%46
%0
%7

Triadic Colors of #a67fed

#a67fed #eda67f #7feda6

Analogous Colors of #a67fed

#a67fed #dd7fed #7f8fed

Monochromatic Colors of #a67fed

#a67fed

Complementary Color

#a67fed #c6ed7f

#a67fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67fed Color CSS Codes

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

#a67fed Text Font Color

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

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


#a67fed Background Color

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

This div background color is #a67fed


#a67fed Border Color

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

This div border color is #a67fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67fed


Comments

No comments written yet.

Please login to write comment.