Color Hex Logo

#ad98ca Color Hex

#AD98CA
(173,152,202)
0 Favorites   0 Comments

Color spaces of #ad98ca

RGB 173152202
HSL0.740.320.69
HSV265°25°79°
CMYK 0.140.250.00   0.21
XYZ39.122535.605060.6876
Yxy35.60500.28890.2629
Hunter Lab59.669912.6109-18.5322
CIE-Lab66.217017.5505-22.8390

#ad98ca color RGB value is (173,152,202).

#ad98ca hex color red value is 173, green value is 152 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ad98ca hue: 0.74 , saturation: 0.32 and the lightness value of ad98ca is 0.69.

The process color (four color CMYK) of #ad98ca color hex is 0.14, 0.25, 0.00, 0.21. Web safe color of #ad98ca is #9999cc. Color #ad98ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10011000 11001010
Octal 255 230 312
Decimal 173 152 202
Hex AD 98 CA

RGB Percentages of Color #ad98ca

%32.83
%28.84
%38.33

CMYK Percentages of Color #ad98ca

%14
%25
%0
%21

Triadic Colors of #ad98ca

#ad98ca #caad98 #98caad

Analogous Colors of #ad98ca

#ad98ca #c698ca #989cca

Monochromatic Colors of #ad98ca

#ad98ca

Complementary Color

#ad98ca #b5ca98

#ad98ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad98ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad98ca Color CSS Codes

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

#ad98ca Text Font Color

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

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


#ad98ca Background Color

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

This div background color is #ad98ca


#ad98ca Border Color

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

This div border color is #ad98ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad98ca


Comments

No comments written yet.

Please login to write comment.