Color Hex Logo

#ad57ca Color Hex

#AD57CA
(173,87,202)
0 Favorites   0 Comments

Color spaces of #ad57ca

RGB 17387202
HSL0.790.520.57
HSV285°57°79°
CMYK 0.140.570.00   0.21
XYZ31.302419.964958.0809
Yxy19.96490.28630.1826
Hunter Lab44.682146.8559-45.7918
CIE-Lab51.797553.0586-45.3091

#ad57ca color RGB value is (173,87,202).

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

The process color (four color CMYK) of #ad57ca color hex is 0.14, 0.57, 0.00, 0.21. Web safe color of #ad57ca is #9966cc. Color #ad57ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01010111 11001010
Octal 255 127 312
Decimal 173 87 202
Hex AD 57 CA

RGB Percentages of Color #ad57ca

%37.45
%18.83
%43.72

CMYK Percentages of Color #ad57ca

%14
%57
%0
%21

Triadic Colors of #ad57ca

#ad57ca #caad57 #57caad

Analogous Colors of #ad57ca

#ad57ca #ca57ae #7457ca

Monochromatic Colors of #ad57ca

#ad57ca

Complementary Color

#ad57ca #74ca57

#ad57ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad57ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad57ca Color CSS Codes

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

#ad57ca Text Font Color

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

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


#ad57ca Background Color

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

This div background color is #ad57ca


#ad57ca Border Color

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

This div border color is #ad57ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad57ca


Comments

No comments written yet.

Please login to write comment.