Color Hex Logo

#ad4fef Color Hex

#AD4FEF
(173,79,239)
0 Favorites   0 Comments

Color spaces of #ad4fef

RGB 17379239
HSL0.760.830.62
HSV275°67°94°
CMYK 0.280.670.00   0.06
XYZ35.609620.708283.7816
Yxy20.70820.25420.1478
Hunter Lab45.506360.0440-77.3045
CIE-Lab52.628664.6379-64.9454

#ad4fef color RGB value is (173,79,239).

#ad4fef hex color red value is 173, green value is 79 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ad4fef hue: 0.76 , saturation: 0.83 and the lightness value of ad4fef is 0.62.

The process color (four color CMYK) of #ad4fef color hex is 0.28, 0.67, 0.00, 0.06. Web safe color of #ad4fef is #9966ff. Color #ad4fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001111 11101111
Octal 255 117 357
Decimal 173 79 239
Hex AD 4F EF

RGB Percentages of Color #ad4fef

%35.23
%16.09
%48.68

CMYK Percentages of Color #ad4fef

%28
%67
%0
%6

Triadic Colors of #ad4fef

#ad4fef #efad4f #4fefad

Analogous Colors of #ad4fef

#ad4fef #ef4fe1 #5d4fef

Monochromatic Colors of #ad4fef

#ad4fef

Complementary Color

#ad4fef #91ef4f

#ad4fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad4fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad4fef Color CSS Codes

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

#ad4fef Text Font Color

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

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


#ad4fef Background Color

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

This div background color is #ad4fef


#ad4fef Border Color

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

This div border color is #ad4fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad4fef


Comments

No comments written yet.

Please login to write comment.