Color Hex Logo

#af268a Color Hex

#AF268A
(175,38,138)
0 Favorites   0 Comments

Color spaces of #af268a

RGB 17538138
HSL0.880.640.42
HSV316°78°69°
CMYK 0.000.780.21   0.31
XYZ22.959812.335225.2156
Yxy12.33520.37940.2039
Hunter Lab35.121555.2273-17.9824
CIE-Lab41.744062.4997-23.2607

#af268a color RGB value is (175,38,138).

#af268a hex color red value is 175, green value is 38 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #af268a hue: 0.88 , saturation: 0.64 and the lightness value of af268a is 0.42.

The process color (four color CMYK) of #af268a color hex is 0.00, 0.78, 0.21, 0.31. Web safe color of #af268a is #993399. Color #af268a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100110 10001010
Octal 257 46 212
Decimal 175 38 138
Hex AF 26 8A

RGB Percentages of Color #af268a

%49.86
%10.83
%39.32

CMYK Percentages of Color #af268a

%0
%78
%21
%31

Triadic Colors of #af268a

#af268a #8aaf26 #268aaf

Analogous Colors of #af268a

#af268a #af2646 #9026af

Monochromatic Colors of #af268a

#af268a

Complementary Color

#af268a #26af4b

#af268a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af268a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af268a Color CSS Codes

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

#af268a Text Font Color

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

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


#af268a Background Color

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

This div background color is #af268a


#af268a Border Color

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

This div border color is #af268a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af268a


Comments

No comments written yet.

Please login to write comment.