Color Hex Logo

#a67efd Color Hex

#A67EFD
(166,126,253)
0 Favorites   0 Comments

Color spaces of #a67efd

RGB 166126253
HSL0.720.970.74
HSV259°50°99°
CMYK 0.340.500.00   0.01
XYZ40.916430.120596.5858
Yxy30.12050.24410.1797
Hunter Lab54.882137.0337-65.9256
CIE-Lab61.758142.3702-58.1024

#a67efd color RGB value is (166,126,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111110 11111101
Octal 246 176 375
Decimal 166 126 253
Hex A6 7E FD

RGB Percentages of Color #a67efd

%30.46
%23.12
%46.42

CMYK Percentages of Color #a67efd

%34
%50
%0
%1

Triadic Colors of #a67efd

#a67efd #fda67e #7efda6

Analogous Colors of #a67efd

#a67efd #e67efd #7e96fd

Monochromatic Colors of #a67efd

#a67efd

Complementary Color

#a67efd #d5fd7e

#a67efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67efd Color CSS Codes

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

#a67efd Text Font Color

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

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


#a67efd Background Color

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

This div background color is #a67efd


#a67efd Border Color

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

This div border color is #a67efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67efd


Comments

No comments written yet.

Please login to write comment.