Color Hex Logo

#af026b Color Hex

#AF026B
(175,2,107)
0 Favorites   0 Comments

Color spaces of #af026b

RGB 1752107
HSL0.900.980.35
HSV324°99°69°
CMYK 0.000.990.39   0.31
XYZ20.354710.218914.8096
Yxy10.21890.44850.2252
Hunter Lab31.967057.7159-5.0908
CIE-Lab38.232565.3823-9.3505

#af026b color RGB value is (175,2,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000010 01101011
Octal 257 2 153
Decimal 175 2 107
Hex AF 2 6B

RGB Percentages of Color #af026b

%61.62
%0.70
%37.68

CMYK Percentages of Color #af026b

%0
%99
%39
%31

Triadic Colors of #af026b

#af026b #6baf02 #026baf

Analogous Colors of #af026b

#af026b #af0214 #9d02af

Monochromatic Colors of #af026b

#af026b

Complementary Color

#af026b #02af46

#af026b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af026b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af026b Color CSS Codes

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

#af026b Text Font Color

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

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


#af026b Background Color

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

This div background color is #af026b


#af026b Border Color

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

This div border color is #af026b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af026b


Comments

No comments written yet.

Please login to write comment.