Color Hex Logo

#ad1fed Color Hex

#AD1FED
(173,31,237)
0 Favorites   0 Comments

Color spaces of #ad1fed

RGB 17331237
HSL0.780.850.53
HSV281°87°93°
CMYK 0.270.870.00   0.07
XYZ33.009615.978681.4651
Yxy15.97860.25300.1225
Hunter Lab39.973277.4508-92.8512
CIE-Lab46.946480.1350-73.0374

#ad1fed color RGB value is (173,31,237).

#ad1fed hex color red value is 173, green value is 31 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ad1fed hue: 0.78 , saturation: 0.85 and the lightness value of ad1fed is 0.53.

The process color (four color CMYK) of #ad1fed color hex is 0.27, 0.87, 0.00, 0.07. Web safe color of #ad1fed is #9933ff. Color #ad1fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011111 11101101
Octal 255 37 355
Decimal 173 31 237
Hex AD 1F ED

RGB Percentages of Color #ad1fed

%39.23
%7.03
%53.74

CMYK Percentages of Color #ad1fed

%27
%87
%0
%7

Triadic Colors of #ad1fed

#ad1fed #edad1f #1fedad

Analogous Colors of #ad1fed

#ad1fed #ed1fc6 #461fed

Monochromatic Colors of #ad1fed

#ad1fed

Complementary Color

#ad1fed #5fed1f

#ad1fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1fed Color CSS Codes

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

#ad1fed Text Font Color

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

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


#ad1fed Background Color

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

This div background color is #ad1fed


#ad1fed Border Color

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

This div border color is #ad1fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1fed


Comments

No comments written yet.

Please login to write comment.