Color Hex Logo

#a90dbf Color Hex

#A90DBF
(169,13,191)
0 Favorites   0 Comments

Color spaces of #a90dbf

RGB 16913191
HSL0.810.870.40
HSV293°93°75°
CMYK 0.120.930.00   0.25
XYZ25.910112.484550.3343
Yxy12.48450.29200.1407
Hunter Lab35.333469.0611-59.7283
CIE-Lab41.976074.3038-54.6847

#a90dbf color RGB value is (169,13,191).

#a90dbf hex color red value is 169, green value is 13 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a90dbf hue: 0.81 , saturation: 0.87 and the lightness value of a90dbf is 0.40.

The process color (four color CMYK) of #a90dbf color hex is 0.12, 0.93, 0.00, 0.25. Web safe color of #a90dbf is #9900cc. Color #a90dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00001101 10111111
Octal 251 15 277
Decimal 169 13 191
Hex A9 D BF

RGB Percentages of Color #a90dbf

%45.31
%3.49
%51.21

CMYK Percentages of Color #a90dbf

%12
%93
%0
%25

Triadic Colors of #a90dbf

#a90dbf #bfa90d #0dbfa9

Analogous Colors of #a90dbf

#a90dbf #bf0d7c #500dbf

Monochromatic Colors of #a90dbf

#a90dbf

Complementary Color

#a90dbf #23bf0d

#a90dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a90dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a90dbf Color CSS Codes

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

#a90dbf Text Font Color

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

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


#a90dbf Background Color

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

This div background color is #a90dbf


#a90dbf Border Color

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

This div border color is #a90dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a90dbf


Comments

No comments written yet.

Please login to write comment.