Color Hex Logo

#ad03bc Color Hex

#AD03BC
(173,3,188)
0 Favorites   0 Comments

Color spaces of #ad03bc

RGB 1733188
HSL0.820.970.37
HSV295°98°74°
CMYK 0.080.980.00   0.26
XYZ26.343212.580248.6167
Yxy12.58020.30090.1437
Hunter Lab35.468670.5054-56.4407
CIE-Lab42.123875.4633-52.6506

#ad03bc color RGB value is (173,3,188).

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

The process color (four color CMYK) of #ad03bc color hex is 0.08, 0.98, 0.00, 0.26. Web safe color of #ad03bc is #9900cc. Color #ad03bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000011 10111100
Octal 255 3 274
Decimal 173 3 188
Hex AD 3 BC

RGB Percentages of Color #ad03bc

%47.53
%0.82
%51.65

CMYK Percentages of Color #ad03bc

%8
%98
%0
%26

Triadic Colors of #ad03bc

#ad03bc #bcad03 #03bcad

Analogous Colors of #ad03bc

#ad03bc #bc036f #5003bc

Monochromatic Colors of #ad03bc

#ad03bc

Complementary Color

#ad03bc #12bc03

#ad03bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad03bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad03bc Color CSS Codes

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

#ad03bc Text Font Color

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

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


#ad03bc Background Color

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

This div background color is #ad03bc


#ad03bc Border Color

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

This div border color is #ad03bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad03bc


Comments

No comments written yet.

Please login to write comment.