Color Hex Logo

#ad3bca Color Hex

#AD3BCA
(173,59,202)
0 Favorites   0 Comments

Color spaces of #ad3bca

RGB 17359202
HSL0.800.570.51
HSV288°71°79°
CMYK 0.140.710.00   0.21
XYZ29.458216.276457.4662
Yxy16.27640.28540.1577
Hunter Lab40.344059.7342-56.2121
CIE-Lab47.335065.3747-52.4287

#ad3bca color RGB value is (173,59,202).

#ad3bca hex color red value is 173, green value is 59 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ad3bca hue: 0.80 , saturation: 0.57 and the lightness value of ad3bca is 0.51.

The process color (four color CMYK) of #ad3bca color hex is 0.14, 0.71, 0.00, 0.21. Web safe color of #ad3bca is #9933cc. Color #ad3bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111011 11001010
Octal 255 73 312
Decimal 173 59 202
Hex AD 3B CA

RGB Percentages of Color #ad3bca

%39.86
%13.59
%46.54

CMYK Percentages of Color #ad3bca

%14
%71
%0
%21

Triadic Colors of #ad3bca

#ad3bca #caad3b #3bcaad

Analogous Colors of #ad3bca

#ad3bca #ca3ba0 #663bca

Monochromatic Colors of #ad3bca

#ad3bca

Complementary Color

#ad3bca #58ca3b

#ad3bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3bca Color CSS Codes

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

#ad3bca Text Font Color

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

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


#ad3bca Background Color

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

This div background color is #ad3bca


#ad3bca Border Color

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

This div border color is #ad3bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3bca


Comments

No comments written yet.

Please login to write comment.