Color Hex Logo

#a81dbf Color Hex

#A81DBF
(168,29,191)
0 Favorites   0 Comments

Color spaces of #a81dbf

RGB 16829191
HSL0.810.740.43
HSV291°85°75°
CMYK 0.120.850.00   0.25
XYZ25.991812.965150.4228
Yxy12.96510.29080.1451
Hunter Lab36.007165.8383-57.8223
CIE-Lab42.710671.4778-53.5088

#a81dbf color RGB value is (168,29,191).

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

The process color (four color CMYK) of #a81dbf color hex is 0.12, 0.85, 0.00, 0.25. Web safe color of #a81dbf is #9933cc. Color #a81dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011101 10111111
Octal 250 35 277
Decimal 168 29 191
Hex A8 1D BF

RGB Percentages of Color #a81dbf

%43.30
%7.47
%49.23

CMYK Percentages of Color #a81dbf

%12
%85
%0
%25

Triadic Colors of #a81dbf

#a81dbf #bfa81d #1dbfa8

Analogous Colors of #a81dbf

#a81dbf #bf1d85 #571dbf

Monochromatic Colors of #a81dbf

#a81dbf

Complementary Color

#a81dbf #34bf1d

#a81dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81dbf Color CSS Codes

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

#a81dbf Text Font Color

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

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


#a81dbf Background Color

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

This div background color is #a81dbf


#a81dbf Border Color

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

This div border color is #a81dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81dbf


Comments

No comments written yet.

Please login to write comment.