Color Hex Logo

#ad4bbd Color Hex

#AD4BBD
(173,75,189)
0 Favorites   0 Comments

Color spaces of #ad4bbd

RGB 17375189
HSL0.810.460.52
HSV292°60°74°
CMYK 0.080.600.00   0.26
XYZ28.935017.590550.0144
Yxy17.59050.29970.1822
Hunter Lab41.941049.7499-41.3442
CIE-Lab48.995656.2019-42.2537

#ad4bbd color RGB value is (173,75,189).

#ad4bbd hex color red value is 173, green value is 75 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ad4bbd hue: 0.81 , saturation: 0.46 and the lightness value of ad4bbd is 0.52.

The process color (four color CMYK) of #ad4bbd color hex is 0.08, 0.60, 0.00, 0.26. Web safe color of #ad4bbd is #9933cc. Color #ad4bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001011 10111101
Octal 255 113 275
Decimal 173 75 189
Hex AD 4B BD

RGB Percentages of Color #ad4bbd

%39.59
%17.16
%43.25

CMYK Percentages of Color #ad4bbd

%8
%60
%0
%26

Triadic Colors of #ad4bbd

#ad4bbd #bdad4b #4bbdad

Analogous Colors of #ad4bbd

#ad4bbd #bd4b94 #744bbd

Monochromatic Colors of #ad4bbd

#ad4bbd

Complementary Color

#ad4bbd #5bbd4b

#ad4bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4bbd Color CSS Codes

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

#ad4bbd Text Font Color

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

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


#ad4bbd Background Color

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

This div background color is #ad4bbd


#ad4bbd Border Color

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

This div border color is #ad4bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4bbd


Comments

No comments written yet.

Please login to write comment.