Color Hex Logo

#ad0fef Color Hex

#AD0FEF
(173,15,239)
0 Favorites   0 Comments

Color spaces of #ad0fef

RGB 17315239
HSL0.780.880.50
HSV282°94°94°
CMYK 0.280.940.00   0.06
XYZ32.984415.457982.9066
Yxy15.45790.25110.1177
Hunter Lab39.316580.9477-97.5030
CIE-Lab46.255183.0254-75.2940

#ad0fef color RGB value is (173,15,239).

#ad0fef hex color red value is 173, green value is 15 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ad0fef hue: 0.78 , saturation: 0.88 and the lightness value of ad0fef is 0.50.

The process color (four color CMYK) of #ad0fef color hex is 0.28, 0.94, 0.00, 0.06. Web safe color of #ad0fef is #9900ff. Color #ad0fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001111 11101111
Octal 255 17 357
Decimal 173 15 239
Hex AD F EF

RGB Percentages of Color #ad0fef

%40.52
%3.51
%55.97

CMYK Percentages of Color #ad0fef

%28
%94
%0
%6

Triadic Colors of #ad0fef

#ad0fef #efad0f #0fefad

Analogous Colors of #ad0fef

#ad0fef #ef0fc1 #3d0fef

Monochromatic Colors of #ad0fef

#ad0fef

Complementary Color

#ad0fef #51ef0f

#ad0fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0fef Color CSS Codes

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

#ad0fef Text Font Color

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

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


#ad0fef Background Color

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

This div background color is #ad0fef


#ad0fef Border Color

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

This div border color is #ad0fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0fef


Comments

No comments written yet.

Please login to write comment.