Color Hex Logo

#ad48ce Color Hex

#AD48CE
(173,72,206)
0 Favorites   0 Comments

Color spaces of #ad48ce

RGB 17372206
HSL0.790.580.55
HSV285°65°81°
CMYK 0.160.650.00   0.19
XYZ30.691517.975260.2445
Yxy17.97520.28180.1650
Hunter Lab42.397255.0219-54.5704
CIE-Lab49.466060.8472-51.3185

#ad48ce color RGB value is (173,72,206).

#ad48ce hex color red value is 173, green value is 72 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ad48ce hue: 0.79 , saturation: 0.58 and the lightness value of ad48ce is 0.55.

The process color (four color CMYK) of #ad48ce color hex is 0.16, 0.65, 0.00, 0.19. Web safe color of #ad48ce is #9933cc. Color #ad48ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001000 11001110
Octal 255 110 316
Decimal 173 72 206
Hex AD 48 CE

RGB Percentages of Color #ad48ce

%38.36
%15.96
%45.68

CMYK Percentages of Color #ad48ce

%16
%65
%0
%19

Triadic Colors of #ad48ce

#ad48ce #cead48 #48cead

Analogous Colors of #ad48ce

#ad48ce #ce48ac #6a48ce

Monochromatic Colors of #ad48ce

#ad48ce

Complementary Color

#ad48ce #69ce48

#ad48ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad48ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad48ce Color CSS Codes

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

#ad48ce Text Font Color

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

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


#ad48ce Background Color

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

This div background color is #ad48ce


#ad48ce Border Color

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

This div border color is #ad48ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad48ce


Comments

No comments written yet.

Please login to write comment.