Color Hex Logo

#a27ffd Color Hex

#A27FFD
(162,127,253)
0 Favorites   0 Comments

Color spaces of #a27ffd

RGB 162127253
HSL0.710.970.75
HSV257°50°99°
CMYK 0.360.500.00   0.01
XYZ40.219329.952096.5900
Yxy29.95200.24120.1796
Hunter Lab54.728435.4029-66.3308
CIE-Lab61.612840.8400-58.3556

#a27ffd color RGB value is (162,127,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111111 11111101
Octal 242 177 375
Decimal 162 127 253
Hex A2 7F FD

RGB Percentages of Color #a27ffd

%29.89
%23.43
%46.68

CMYK Percentages of Color #a27ffd

%36
%50
%0
%1

Triadic Colors of #a27ffd

#a27ffd #fda27f #7ffda2

Analogous Colors of #a27ffd

#a27ffd #e17ffd #7f9bfd

Monochromatic Colors of #a27ffd

#a27ffd

Complementary Color

#a27ffd #dafd7f

#a27ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27ffd Color CSS Codes

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

#a27ffd Text Font Color

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

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


#a27ffd Background Color

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

This div background color is #a27ffd


#a27ffd Border Color

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

This div border color is #a27ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27ffd


Comments

No comments written yet.

Please login to write comment.