Color Hex Logo

#ad1fcb Color Hex

#AD1FCB
(173,31,203)
0 Favorites   0 Comments

Color spaces of #ad1fcb

RGB 17331203
HSL0.800.740.46
HSV290°85°80°
CMYK 0.150.850.00   0.20
XYZ28.503114.176057.7339
Yxy14.17600.28390.1412
Hunter Lab37.651069.2412-64.5593
CIE-Lab44.484373.9653-57.5944

#ad1fcb color RGB value is (173,31,203).

#ad1fcb hex color red value is 173, green value is 31 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ad1fcb hue: 0.80 , saturation: 0.74 and the lightness value of ad1fcb is 0.46.

The process color (four color CMYK) of #ad1fcb color hex is 0.15, 0.85, 0.00, 0.20. Web safe color of #ad1fcb is #9933cc. Color #ad1fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011111 11001011
Octal 255 37 313
Decimal 173 31 203
Hex AD 1F CB

RGB Percentages of Color #ad1fcb

%42.51
%7.62
%49.88

CMYK Percentages of Color #ad1fcb

%15
%85
%0
%20

Triadic Colors of #ad1fcb

#ad1fcb #cbad1f #1fcbad

Analogous Colors of #ad1fcb

#ad1fcb #cb1f93 #571fcb

Monochromatic Colors of #ad1fcb

#ad1fcb

Complementary Color

#ad1fcb #3dcb1f

#ad1fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1fcb Color CSS Codes

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

#ad1fcb Text Font Color

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

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


#ad1fcb Background Color

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

This div background color is #ad1fcb


#ad1fcb Border Color

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

This div border color is #ad1fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1fcb


Comments

No comments written yet.

Please login to write comment.