Color Hex Logo

#ad25ef Color Hex

#AD25EF
(173,37,239)
0 Favorites   0 Comments

Color spaces of #ad25ef

RGB 17337239
HSL0.780.860.54
HSV280°85°94°
CMYK 0.280.850.00   0.06
XYZ33.475116.439483.0701
Yxy16.43940.25170.1236
Hunter Lab40.545576.4181-93.0921
CIE-Lab47.545879.1959-73.1887

#ad25ef color RGB value is (173,37,239).

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

The process color (four color CMYK) of #ad25ef color hex is 0.28, 0.85, 0.00, 0.06. Web safe color of #ad25ef is #9933ff. Color #ad25ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100101 11101111
Octal 255 45 357
Decimal 173 37 239
Hex AD 25 EF

RGB Percentages of Color #ad25ef

%38.53
%8.24
%53.23

CMYK Percentages of Color #ad25ef

%28
%85
%0
%6

Triadic Colors of #ad25ef

#ad25ef #efad25 #25efad

Analogous Colors of #ad25ef

#ad25ef #ef25cc #4825ef

Monochromatic Colors of #ad25ef

#ad25ef

Complementary Color

#ad25ef #67ef25

#ad25ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad25ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad25ef Color CSS Codes

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

#ad25ef Text Font Color

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

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


#ad25ef Background Color

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

This div background color is #ad25ef


#ad25ef Border Color

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

This div border color is #ad25ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad25ef


Comments

No comments written yet.

Please login to write comment.