Color Hex Logo

#a81dbc Color Hex

#A81DBC
(168,29,188)
0 Favorites   0 Comments

Color spaces of #a81dbc

RGB 16829188
HSL0.810.730.43
HSV292°85°74°
CMYK 0.110.850.00   0.26
XYZ25.664912.834448.7015
Yxy12.83440.29430.1472
Hunter Lab35.825165.1823-55.5226
CIE-Lab42.512770.9647-52.0689

#a81dbc color RGB value is (168,29,188).

#a81dbc hex color red value is 168, green value is 29 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a81dbc hue: 0.81 , saturation: 0.73 and the lightness value of a81dbc is 0.43.

The process color (four color CMYK) of #a81dbc color hex is 0.11, 0.85, 0.00, 0.26. Web safe color of #a81dbc is #9933cc. Color #a81dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011101 10111100
Octal 250 35 274
Decimal 168 29 188
Hex A8 1D BC

RGB Percentages of Color #a81dbc

%43.64
%7.53
%48.83

CMYK Percentages of Color #a81dbc

%11
%85
%0
%26

Triadic Colors of #a81dbc

#a81dbc #bca81d #1dbca8

Analogous Colors of #a81dbc

#a81dbc #bc1d81 #591dbc

Monochromatic Colors of #a81dbc

#a81dbc

Complementary Color

#a81dbc #31bc1d

#a81dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81dbc Color CSS Codes

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

#a81dbc Text Font Color

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

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


#a81dbc Background Color

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

This div background color is #a81dbc


#a81dbc Border Color

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

This div border color is #a81dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,29,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a81dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a81dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #a81dbc;
  box-shadow:         1px 1px 3px 2px #a81dbc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,29,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81dbc


Comments

No comments written yet.

Please login to write comment.