Color Hex Logo

#af238e Color Hex

#AF238E
(175,35,142)
0 Favorites   0 Comments

Color spaces of #af238e

RGB 17535142
HSL0.870.670.41
HSV314°80°69°
CMYK 0.000.800.19   0.31
XYZ23.162712.269026.7385
Yxy12.26900.37260.1973
Hunter Lab35.027156.7408-20.7409
CIE-Lab41.640563.8603-25.8635

#af238e color RGB value is (175,35,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100011 10001110
Octal 257 43 216
Decimal 175 35 142
Hex AF 23 8E

RGB Percentages of Color #af238e

%49.72
%9.94
%40.34

CMYK Percentages of Color #af238e

%0
%80
%19
%31

Triadic Colors of #af238e

#af238e #8eaf23 #238eaf

Analogous Colors of #af238e

#af238e #af2348 #8a23af

Monochromatic Colors of #af238e

#af238e

Complementary Color

#af238e #23af44

#af238e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af238e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af238e Color CSS Codes

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

#af238e Text Font Color

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

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


#af238e Background Color

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

This div background color is #af238e


#af238e Border Color

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

This div border color is #af238e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af238e


Comments

No comments written yet.

Please login to write comment.