Color Hex Logo

#a67ffd Color Hex

#A67FFD
(166,127,253)
0 Favorites   0 Comments

Color spaces of #a67ffd

RGB 166127253
HSL0.720.970.75
HSV259°50°99°
CMYK 0.340.500.00   0.01
XYZ41.044930.377696.6287
Yxy30.37760.24420.1808
Hunter Lab55.115936.4765-65.3656
CIE-Lab61.978741.8141-57.7505

#a67ffd color RGB value is (166,127,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111111 11111101
Octal 246 177 375
Decimal 166 127 253
Hex A6 7F FD

RGB Percentages of Color #a67ffd

%30.40
%23.26
%46.34

CMYK Percentages of Color #a67ffd

%34
%50
%0
%1

Triadic Colors of #a67ffd

#a67ffd #fda67f #7ffda6

Analogous Colors of #a67ffd

#a67ffd #e57ffd #7f97fd

Monochromatic Colors of #a67ffd

#a67ffd

Complementary Color

#a67ffd #d6fd7f

#a67ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67ffd Color CSS Codes

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

#a67ffd Text Font Color

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

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


#a67ffd Background Color

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

This div background color is #a67ffd


#a67ffd Border Color

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

This div border color is #a67ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.