Color Hex Logo

#af238a Color Hex

#AF238A
(175,35,138)
0 Favorites   0 Comments

Color spaces of #af238a

RGB 17535138
HSL0.880.670.41
HSV316°80°69°
CMYK 0.000.800.21   0.31
XYZ22.867712.151025.1849
Yxy12.15100.37980.2018
Hunter Lab34.858356.0974-18.4359
CIE-Lab41.455163.3279-23.7088

#af238a color RGB value is (175,35,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100011 10001010
Octal 257 43 212
Decimal 175 35 138
Hex AF 23 8A

RGB Percentages of Color #af238a

%50.29
%10.06
%39.66

CMYK Percentages of Color #af238a

%0
%80
%21
%31

Triadic Colors of #af238a

#af238a #8aaf23 #238aaf

Analogous Colors of #af238a

#af238a #af2344 #8e23af

Monochromatic Colors of #af238a

#af238a

Complementary Color

#af238a #23af48

#af238a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af238a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af238a Color CSS Codes

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

#af238a Text Font Color

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

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


#af238a Background Color

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

This div background color is #af238a


#af238a Border Color

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

This div border color is #af238a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af238a


Comments

No comments written yet.

Please login to write comment.