Color Hex Logo

#ad45fb Color Hex

#AD45FB
(173,69,251)
0 Favorites   0 Comments

Color spaces of #ad45fb

RGB 17369251
HSL0.760.960.63
HSV274°73°98°
CMYK 0.310.730.00   0.02
XYZ36.774320.105593.2093
Yxy20.10550.24500.1340
Hunter Lab44.839267.9261-91.8615
CIE-Lab51.956371.4237-72.7361

#ad45fb color RGB value is (173,69,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000101 11111011
Octal 255 105 373
Decimal 173 69 251
Hex AD 45 FB

RGB Percentages of Color #ad45fb

%35.09
%14.00
%50.91

CMYK Percentages of Color #ad45fb

%31
%73
%0
%2

Triadic Colors of #ad45fb

#ad45fb #fbad45 #45fbad

Analogous Colors of #ad45fb

#ad45fb #fb45ee #5245fb

Monochromatic Colors of #ad45fb

#ad45fb

Complementary Color

#ad45fb #93fb45

#ad45fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad45fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad45fb Color CSS Codes

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

#ad45fb Text Font Color

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

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


#ad45fb Background Color

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

This div background color is #ad45fb


#ad45fb Border Color

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

This div border color is #ad45fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad45fb


Comments

No comments written yet.

Please login to write comment.