color codes Logo

#ad3dea color codes

#AD3DEA
(173,61,234)
0 Favorites   0 Comments

Color spaces of #ad3dea

RGB 17361234
HSL0.770.800.58
HSV279°74°92°
CMYK 0.260.740.00   0.08
XYZ33.753618.162279.5686
Yxy18.16220.25670.1381
Hunter Lab42.617166.7955-80.8658
CIE-Lab49.692370.9204-66.8832

#ad3dea color RGB value is (173,61,234).

#ad3dea hex color red value is 173, green value is 61 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ad3dea hue: 0.77 , saturation: 0.80 and the lightness value of ad3dea is 0.58.

The process color (four color CMYK) of #ad3dea color code is 0.26, 0.74, 0.00, 0.08. Web safe color of #ad3dea is #9933ff. Color #ad3dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111101 11101010
Octal 255 75 352
Decimal 173 61 234
Hex AD 3D EA

RGB Percentages of Color #ad3dea

%36.97
%13.03
%50.00

CMYK Percentages of Color #ad3dea

%26
%74
%0
%8

Triadic Colors of #ad3dea

#ad3dea #eaad3d #3deaad

Analogous Colors of #ad3dea

#ad3dea #ea3dd1 #563dea

Monochromatic Colors of #ad3dea

#ad3dea

Complementary Color

#ad3dea #7aea3d

#ad3dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3dea Color CSS Codes

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

#ad3dea Text Font Color

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

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


#ad3dea Background Color

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

This div background color is #ad3dea


#ad3dea Border Color

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

This div border color is #ad3dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3dea


Comments

No comments written yet.

Please login to write comment.