Color Hex Logo

#af026d Color Hex

#AF026D
(175,2,109)
0 Favorites   0 Comments

Color spaces of #af026d

RGB 1752109
HSL0.900.980.35
HSV323°99°69°
CMYK 0.000.990.38   0.31
XYZ20.461210.261515.3702
Yxy10.26150.44390.2226
Hunter Lab32.033657.9567-6.0247
CIE-Lab38.307765.5787-10.5025

#af026d color RGB value is (175,2,109).

#af026d hex color red value is 175, green value is 2 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #af026d hue: 0.90 , saturation: 0.98 and the lightness value of af026d is 0.35.

The process color (four color CMYK) of #af026d color hex is 0.00, 0.99, 0.38, 0.31. Web safe color of #af026d is #990066. Color #af026d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000010 01101101
Octal 257 2 155
Decimal 175 2 109
Hex AF 2 6D

RGB Percentages of Color #af026d

%61.19
%0.70
%38.11

CMYK Percentages of Color #af026d

%0
%99
%38
%31

Triadic Colors of #af026d

#af026d #6daf02 #026daf

Analogous Colors of #af026d

#af026d #af0216 #9b02af

Monochromatic Colors of #af026d

#af026d

Complementary Color

#af026d #02af44

#af026d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af026d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af026d Color CSS Codes

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

#af026d Text Font Color

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

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


#af026d Background Color

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

This div background color is #af026d


#af026d Border Color

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

This div border color is #af026d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af026d


Comments

No comments written yet.

Please login to write comment.