Color Hex Logo

#a27dfd Color Hex

#A27DFD
(162,125,253)
0 Favorites   0 Comments

Color spaces of #a27dfd

RGB 162125253
HSL0.710.970.74
HSV257°51°99°
CMYK 0.360.510.00   0.01
XYZ39.963529.440596.5048
Yxy29.44050.24090.1774
Hunter Lab54.259136.5173-67.4713
CIE-Lab61.168441.9578-59.0652

#a27dfd color RGB value is (162,125,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111101 11111101
Octal 242 175 375
Decimal 162 125 253
Hex A2 7D FD

RGB Percentages of Color #a27dfd

%30.00
%23.15
%46.85

CMYK Percentages of Color #a27dfd

%36
%51
%0
%1

Triadic Colors of #a27dfd

#a27dfd #fda27d #7dfda2

Analogous Colors of #a27dfd

#a27dfd #e27dfd #7d98fd

Monochromatic Colors of #a27dfd

#a27dfd

Complementary Color

#a27dfd #d8fd7d

#a27dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27dfd Color CSS Codes

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

#a27dfd Text Font Color

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

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


#a27dfd Background Color

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

This div background color is #a27dfd


#a27dfd Border Color

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

This div border color is #a27dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.