Color Hex Logo

#ad3dfb Color Hex

#AD3DFB
(173,61,251)
0 Favorites   0 Comments

Color spaces of #ad3dfb

RGB 17361251
HSL0.760.960.61
HSV275°76°98°
CMYK 0.310.760.00   0.02
XYZ36.314919.186893.0562
Yxy19.18680.24440.1292
Hunter Lab43.802771.3316-95.2960
CIE-Lab50.905074.4314-74.4445

#ad3dfb color RGB value is (173,61,251).

#ad3dfb hex color red value is 173, green value is 61 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ad3dfb hue: 0.76 , saturation: 0.96 and the lightness value of ad3dfb is 0.61.

The process color (four color CMYK) of #ad3dfb color hex is 0.31, 0.76, 0.00, 0.02. Web safe color of #ad3dfb is #9933ff. Color #ad3dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111101 11111011
Octal 255 75 373
Decimal 173 61 251
Hex AD 3D FB

RGB Percentages of Color #ad3dfb

%35.67
%12.58
%51.75

CMYK Percentages of Color #ad3dfb

%31
%76
%0
%2

Triadic Colors of #ad3dfb

#ad3dfb #fbad3d #3dfbad

Analogous Colors of #ad3dfb

#ad3dfb #fb3dea #4e3dfb

Monochromatic Colors of #ad3dfb

#ad3dfb

Complementary Color

#ad3dfb #8bfb3d

#ad3dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3dfb Color CSS Codes

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

#ad3dfb Text Font Color

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

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


#ad3dfb Background Color

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

This div background color is #ad3dfb


#ad3dfb Border Color

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

This div border color is #ad3dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3dfb


Comments

No comments written yet.

Please login to write comment.