Color Hex Logo

#a93dbf Color Hex

#A93DBF
(169,61,191)
0 Favorites   0 Comments

Color spaces of #a93dbf

RGB 16961191
HSL0.810.520.49
HSV290°68°75°
CMYK 0.120.680.00   0.25
XYZ27.434915.534150.8426
Yxy15.53410.29240.1656
Hunter Lab39.413355.2773-48.8939
CIE-Lab46.357261.6582-47.6498

#a93dbf color RGB value is (169,61,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00111101 10111111
Octal 251 75 277
Decimal 169 61 191
Hex A9 3D BF

RGB Percentages of Color #a93dbf

%40.14
%14.49
%45.37

CMYK Percentages of Color #a93dbf

%12
%68
%0
%25

Triadic Colors of #a93dbf

#a93dbf #bfa93d #3dbfa9

Analogous Colors of #a93dbf

#a93dbf #bf3d94 #683dbf

Monochromatic Colors of #a93dbf

#a93dbf

Complementary Color

#a93dbf #53bf3d

#a93dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a93dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a93dbf Color CSS Codes

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

#a93dbf Text Font Color

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

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


#a93dbf Background Color

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

This div background color is #a93dbf


#a93dbf Border Color

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

This div border color is #a93dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a93dbf


Comments

No comments written yet.

Please login to write comment.