Color Hex Logo

#af26df Color Hex

#AF26DF
(175,38,223)
0 Favorites   0 Comments

Color spaces of #af26df

RGB 17538223
HSL0.790.740.51
HSV284°83°87°
CMYK 0.220.830.00   0.13
XYZ31.691615.827971.1968
Yxy15.82790.26700.1333
Hunter Lab39.784372.5680-78.2546
CIE-Lab46.747976.2494-65.4062

#af26df color RGB value is (175,38,223).

#af26df hex color red value is 175, green value is 38 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #af26df hue: 0.79 , saturation: 0.74 and the lightness value of af26df is 0.51.

The process color (four color CMYK) of #af26df color hex is 0.22, 0.83, 0.00, 0.13. Web safe color of #af26df is #9933cc. Color #af26df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100110 11011111
Octal 257 46 337
Decimal 175 38 223
Hex AF 26 DF

RGB Percentages of Color #af26df

%40.14
%8.72
%51.15

CMYK Percentages of Color #af26df

%22
%83
%0
%13

Triadic Colors of #af26df

#af26df #dfaf26 #26dfaf

Analogous Colors of #af26df

#af26df #df26b3 #5326df

Monochromatic Colors of #af26df

#af26df

Complementary Color

#af26df #56df26

#af26df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af26df Color Preview on White Background

Lorem ipsum dolor sit amet.

#af26df Color CSS Codes

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

#af26df Text Font Color

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

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


#af26df Background Color

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

This div background color is #af26df


#af26df Border Color

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

This div border color is #af26df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,38,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #af26df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #af26df;
  -webkit-box-shadow: 1px 1px 3px 2px #af26df;
  box-shadow:         1px 1px 3px 2px #af26df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,38,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af26df


Comments

No comments written yet.

Please login to write comment.