Color Hex Logo

#ad58cb Color Hex

#AD58CB
(173,88,203)
0 Favorites   0 Comments

Color spaces of #ad58cb

RGB 17388203
HSL0.790.530.57
HSV284°57°80°
CMYK 0.150.570.00   0.20
XYZ31.502820.175558.7338
Yxy20.17550.28530.1827
Hunter Lab44.917146.5866-46.0858
CIE-Lab52.035152.7700-45.5050

#ad58cb color RGB value is (173,88,203).

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

The process color (four color CMYK) of #ad58cb color hex is 0.15, 0.57, 0.00, 0.20. Web safe color of #ad58cb is #9966cc. Color #ad58cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011000 11001011
Octal 255 130 313
Decimal 173 88 203
Hex AD 58 CB

RGB Percentages of Color #ad58cb

%37.28
%18.97
%43.75

CMYK Percentages of Color #ad58cb

%15
%57
%0
%20

Triadic Colors of #ad58cb

#ad58cb #cbad58 #58cbad

Analogous Colors of #ad58cb

#ad58cb #cb58b0 #7458cb

Monochromatic Colors of #ad58cb

#ad58cb

Complementary Color

#ad58cb #76cb58

#ad58cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad58cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad58cb Color CSS Codes

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

#ad58cb Text Font Color

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

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


#ad58cb Background Color

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

This div background color is #ad58cb


#ad58cb Border Color

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

This div border color is #ad58cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad58cb


Comments

No comments written yet.

Please login to write comment.