Color Hex Logo

#ada3fb Color Hex

#ADA3FB
(173,163,251)
0 Favorites   0 Comments

Color spaces of #ada3fb

RGB 173163251
HSL0.690.920.81
HSV247°35°98°
CMYK 0.310.350.00   0.02
XYZ47.743442.043796.8657
Yxy42.04370.25580.2253
Hunter Lab64.841117.9600-43.1841
CIE-Lab70.901022.8880-42.5241

#ada3fb color RGB value is (173,163,251).

#ada3fb hex color red value is 173, green value is 163 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ada3fb hue: 0.69 , saturation: 0.92 and the lightness value of ada3fb is 0.81.

The process color (four color CMYK) of #ada3fb color hex is 0.31, 0.35, 0.00, 0.02. Web safe color of #ada3fb is #9999ff. Color #ada3fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 11111011
Octal 255 243 373
Decimal 173 163 251
Hex AD A3 FB

RGB Percentages of Color #ada3fb

%29.47
%27.77
%42.76

CMYK Percentages of Color #ada3fb

%31
%35
%0
%2

Triadic Colors of #ada3fb

#ada3fb #fbada3 #a3fbad

Analogous Colors of #ada3fb

#ada3fb #d9a3fb #a3c5fb

Monochromatic Colors of #ada3fb

#ada3fb

Complementary Color

#ada3fb #f1fba3

#ada3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada3fb Color CSS Codes

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

#ada3fb Text Font Color

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

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


#ada3fb Background Color

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

This div background color is #ada3fb


#ada3fb Border Color

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

This div border color is #ada3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada3fb


Comments

No comments written yet.

Please login to write comment.