Color Hex Logo

#a27ded Color Hex

#A27DED
(162,125,237)
0 Favorites   0 Comments

Color spaces of #a27ded

RGB 162125237
HSL0.720.760.71
HSV260°47°93°
CMYK 0.320.470.00   0.07
XYZ37.520028.463083.6372
Yxy28.46300.25080.1902
Hunter Lab53.350732.1700-55.6026
CIE-Lab60.304737.8852-51.6054

#a27ded color RGB value is (162,125,237).

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

The process color (four color CMYK) of #a27ded color hex is 0.32, 0.47, 0.00, 0.07. Web safe color of #a27ded is #9966ff. Color #a27ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01111101 11101101
Octal 242 175 355
Decimal 162 125 237
Hex A2 7D ED

RGB Percentages of Color #a27ded

%30.92
%23.85
%45.23

CMYK Percentages of Color #a27ded

%32
%47
%0
%7

Triadic Colors of #a27ded

#a27ded #eda27d #7deda2

Analogous Colors of #a27ded

#a27ded #da7ded #7d90ed

Monochromatic Colors of #a27ded

#a27ded

Complementary Color

#a27ded #c8ed7d

#a27ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a27ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#a27ded Color CSS Codes

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

#a27ded Text Font Color

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

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


#a27ded Background Color

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

This div background color is #a27ded


#a27ded Border Color

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

This div border color is #a27ded


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,125,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a27ded


Comments

No comments written yet.

Please login to write comment.