Color Hex Logo

#a67bfd Color Hex

#A67BFD
(166,123,253)
0 Favorites   0 Comments

Color spaces of #a67bfd

RGB 166123253
HSL0.720.970.74
HSV260°51°99°
CMYK 0.340.510.00   0.01
XYZ40.538529.364896.4599
Yxy29.36480.24370.1765
Hunter Lab54.189338.7029-67.6069
CIE-Lab61.102244.0311-59.1496

#a67bfd color RGB value is (166,123,253).

#a67bfd hex color red value is 166, green value is 123 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a67bfd hue: 0.72 , saturation: 0.97 and the lightness value of a67bfd is 0.74.

The process color (four color CMYK) of #a67bfd color hex is 0.34, 0.51, 0.00, 0.01. Web safe color of #a67bfd is #9966ff. Color #a67bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111011 11111101
Octal 246 173 375
Decimal 166 123 253
Hex A6 7B FD

RGB Percentages of Color #a67bfd

%30.63
%22.69
%46.68

CMYK Percentages of Color #a67bfd

%34
%51
%0
%1

Triadic Colors of #a67bfd

#a67bfd #fda67b #7bfda6

Analogous Colors of #a67bfd

#a67bfd #e77bfd #7b91fd

Monochromatic Colors of #a67bfd

#a67bfd

Complementary Color

#a67bfd #d2fd7b

#a67bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67bfd Color CSS Codes

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

#a67bfd Text Font Color

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

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


#a67bfd Background Color

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

This div background color is #a67bfd


#a67bfd Border Color

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

This div border color is #a67bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.