Color Hex Logo

#ad50fb Color Hex

#AD50FB
(173,80,251)
0 Favorites   0 Comments

Color spaces of #ad50fb

RGB 17380251
HSL0.760.960.65
HSV273°68°98°
CMYK 0.310.680.00   0.02
XYZ37.514821.586693.4562
Yxy21.58660.24590.1415
Hunter Lab46.461462.8207-86.7378
CIE-Lab53.585666.8300-70.0944

#ad50fb color RGB value is (173,80,251).

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

The process color (four color CMYK) of #ad50fb color hex is 0.31, 0.68, 0.00, 0.02. Web safe color of #ad50fb is #9966ff. Color #ad50fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010000 11111011
Octal 255 120 373
Decimal 173 80 251
Hex AD 50 FB

RGB Percentages of Color #ad50fb

%34.33
%15.87
%49.80

CMYK Percentages of Color #ad50fb

%31
%68
%0
%2

Triadic Colors of #ad50fb

#ad50fb #fbad50 #50fbad

Analogous Colors of #ad50fb

#ad50fb #fb50f4 #5750fb

Monochromatic Colors of #ad50fb

#ad50fb

Complementary Color

#ad50fb #9efb50

#ad50fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad50fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad50fb Color CSS Codes

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

#ad50fb Text Font Color

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

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


#ad50fb Background Color

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

This div background color is #ad50fb


#ad50fb Border Color

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

This div border color is #ad50fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad50fb


Comments

No comments written yet.

Please login to write comment.