Color Hex Logo

#ad1bff Color Hex

#AD1BFF
(173,27,255)
0 Favorites   0 Comments

Color spaces of #ad1bff

RGB 17327255
HSL0.771.000.55
HSV278°89°100°
CMYK 0.320.890.00   0.00
XYZ35.675516.888195.9872
Yxy16.88810.24020.1137
Hunter Lab41.095183.0429-109.7189
CIE-Lab48.118784.2994-81.2206

#ad1bff color RGB value is (173,27,255).

#ad1bff hex color red value is 173, green value is 27 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ad1bff hue: 0.77 , saturation: 1.00 and the lightness value of ad1bff is 0.55.

The process color (four color CMYK) of #ad1bff color hex is 0.32, 0.89, 0.00, 0.00. Web safe color of #ad1bff is #9933ff. Color #ad1bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011011 11111111
Octal 255 33 377
Decimal 173 27 255
Hex AD 1B FF

RGB Percentages of Color #ad1bff

%38.02
%5.93
%56.04

CMYK Percentages of Color #ad1bff

%32
%89
%0
%0

Triadic Colors of #ad1bff

#ad1bff #ffad1b #1bffad

Analogous Colors of #ad1bff

#ad1bff #ff1bdf #3b1bff

Monochromatic Colors of #ad1bff

#ad1bff

Complementary Color

#ad1bff #6dff1b

#ad1bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1bff Color CSS Codes

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

#ad1bff Text Font Color

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

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


#ad1bff Background Color

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

This div background color is #ad1bff


#ad1bff Border Color

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

This div border color is #ad1bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1bff


Comments

No comments written yet.

Please login to write comment.