Color Hex Logo

#ad3dba Color Hex

#AD3DBA
(173,61,186)
0 Favorites   0 Comments

Color spaces of #ad3dba

RGB 17361186
HSL0.820.510.48
HSV294°67°73°
CMYK 0.070.670.00   0.27
XYZ27.765315.766948.0343
Yxy15.76690.30320.1722
Hunter Lab39.707655.3270-43.9279
CIE-Lab46.667261.6434-44.2043

#ad3dba color RGB value is (173,61,186).

#ad3dba hex color red value is 173, green value is 61 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ad3dba hue: 0.82 , saturation: 0.51 and the lightness value of ad3dba is 0.48.

The process color (four color CMYK) of #ad3dba color hex is 0.07, 0.67, 0.00, 0.27. Web safe color of #ad3dba is #9933cc. Color #ad3dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111101 10111010
Octal 255 75 272
Decimal 173 61 186
Hex AD 3D BA

RGB Percentages of Color #ad3dba

%41.19
%14.52
%44.29

CMYK Percentages of Color #ad3dba

%7
%67
%0
%27

Triadic Colors of #ad3dba

#ad3dba #baad3d #3dbaad

Analogous Colors of #ad3dba

#ad3dba #ba3d89 #6f3dba

Monochromatic Colors of #ad3dba

#ad3dba

Complementary Color

#ad3dba #4aba3d

#ad3dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3dba Color CSS Codes

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

#ad3dba Text Font Color

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

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


#ad3dba Background Color

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

This div background color is #ad3dba


#ad3dba Border Color

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

This div border color is #ad3dba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,61,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3dba


Comments

No comments written yet.

Please login to write comment.