Color Hex Logo

#af32be Color Hex

#AF32BE
(175,50,190)
0 Favorites   0 Comments

Color spaces of #af32be

RGB 17550190
HSL0.820.580.47
HSV294°74°75°
CMYK 0.080.740.00   0.25
XYZ28.114115.112950.1505
Yxy15.11290.30110.1618
Hunter Lab38.875361.0570-49.2734
CIE-Lab45.788466.8144-47.9231

#af32be color RGB value is (175,50,190).

#af32be hex color red value is 175, green value is 50 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #af32be hue: 0.82 , saturation: 0.58 and the lightness value of af32be is 0.47.

The process color (four color CMYK) of #af32be color hex is 0.08, 0.74, 0.00, 0.25. Web safe color of #af32be is #9933cc. Color #af32be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110010 10111110
Octal 257 62 276
Decimal 175 50 190
Hex AF 32 BE

RGB Percentages of Color #af32be

%42.17
%12.05
%45.78

CMYK Percentages of Color #af32be

%8
%74
%0
%25

Triadic Colors of #af32be

#af32be #beaf32 #32beaf

Analogous Colors of #af32be

#af32be #be3287 #6932be

Monochromatic Colors of #af32be

#af32be

Complementary Color

#af32be #41be32

#af32be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af32be Color Preview on White Background

Lorem ipsum dolor sit amet.

#af32be Color CSS Codes

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

#af32be Text Font Color

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

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


#af32be Background Color

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

This div background color is #af32be


#af32be Border Color

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

This div border color is #af32be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af32be


Comments

No comments written yet.

Please login to write comment.