Color Hex Logo

#ad0cec Color Hex

#AD0CEC
(173,12,236)
0 Favorites   0 Comments

Color spaces of #ad0cec

RGB 17312236
HSL0.790.900.49
HSV283°95°93°
CMYK 0.270.950.00   0.07
XYZ32.505415.203380.5782
Yxy15.20330.25340.1185
Hunter Lab38.991480.5725-95.2325
CIE-Lab45.911482.7976-74.1606

#ad0cec color RGB value is (173,12,236).

#ad0cec hex color red value is 173, green value is 12 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ad0cec hue: 0.79 , saturation: 0.90 and the lightness value of ad0cec is 0.49.

The process color (four color CMYK) of #ad0cec color hex is 0.27, 0.95, 0.00, 0.07. Web safe color of #ad0cec is #9900ff. Color #ad0cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001100 11101100
Octal 255 14 354
Decimal 173 12 236
Hex AD C EC

RGB Percentages of Color #ad0cec

%41.09
%2.85
%56.06

CMYK Percentages of Color #ad0cec

%27
%95
%0
%7

Triadic Colors of #ad0cec

#ad0cec #ecad0c #0cecad

Analogous Colors of #ad0cec

#ad0cec #ec0cbb #3d0cec

Monochromatic Colors of #ad0cec

#ad0cec

Complementary Color

#ad0cec #4bec0c

#ad0cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0cec Color CSS Codes

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

#ad0cec Text Font Color

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

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


#ad0cec Background Color

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

This div background color is #ad0cec


#ad0cec Border Color

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

This div border color is #ad0cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0cec


Comments

No comments written yet.

Please login to write comment.