Color Hex Logo

#af238b Color Hex

#AF238B
(175,35,139)
0 Favorites   0 Comments

Color spaces of #af238b

RGB 17535139
HSL0.880.670.41
HSV315°80°69°
CMYK 0.000.800.21   0.31
XYZ22.940412.180125.5680
Yxy12.18010.37800.2007
Hunter Lab34.900056.2563-19.0063
CIE-Lab41.500963.4595-24.2492

#af238b color RGB value is (175,35,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100011 10001011
Octal 257 43 213
Decimal 175 35 139
Hex AF 23 8B

RGB Percentages of Color #af238b

%50.14
%10.03
%39.83

CMYK Percentages of Color #af238b

%0
%80
%21
%31

Triadic Colors of #af238b

#af238b #8baf23 #238baf

Analogous Colors of #af238b

#af238b #af2345 #8d23af

Monochromatic Colors of #af238b

#af238b

Complementary Color

#af238b #23af47

#af238b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af238b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af238b Color CSS Codes

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

#af238b Text Font Color

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

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


#af238b Background Color

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

This div background color is #af238b


#af238b Border Color

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

This div border color is #af238b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af238b


Comments

No comments written yet.

Please login to write comment.