Color Hex Logo

#ad1cbc Color Hex

#AD1CBC
(173,28,188)
0 Favorites   0 Comments

Color spaces of #ad1cbc

RGB 17328188
HSL0.820.740.42
HSV294°85°74°
CMYK 0.080.850.00   0.26
XYZ26.725913.345648.7443
Yxy13.34560.30090.1503
Hunter Lab36.531666.6571-53.5387
CIE-Lab43.279472.0531-50.7917

#ad1cbc color RGB value is (173,28,188).

#ad1cbc hex color red value is 173, green value is 28 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ad1cbc hue: 0.82 , saturation: 0.74 and the lightness value of ad1cbc is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011100 10111100
Octal 255 34 274
Decimal 173 28 188
Hex AD 1C BC

RGB Percentages of Color #ad1cbc

%44.47
%7.20
%48.33

CMYK Percentages of Color #ad1cbc

%8
%85
%0
%26

Triadic Colors of #ad1cbc

#ad1cbc #bcad1c #1cbcad

Analogous Colors of #ad1cbc

#ad1cbc #bc1c7b #5d1cbc

Monochromatic Colors of #ad1cbc

#ad1cbc

Complementary Color

#ad1cbc #2bbc1c

#ad1cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1cbc Color CSS Codes

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

#ad1cbc Text Font Color

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

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


#ad1cbc Background Color

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

This div background color is #ad1cbc


#ad1cbc Border Color

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

This div border color is #ad1cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1cbc


Comments

No comments written yet.

Please login to write comment.