Color Hex Logo

#af2abf Color Hex

#AF2ABF
(175,42,191)
0 Favorites   0 Comments

Color spaces of #af2abf

RGB 17542191
HSL0.820.640.46
HSV294°78°75°
CMYK 0.080.780.00   0.25
XYZ27.911114.531550.6240
Yxy14.53150.29990.1561
Hunter Lab38.120263.9849-52.0535
CIE-Lab44.985769.4707-49.7917

#af2abf color RGB value is (175,42,191).

#af2abf hex color red value is 175, green value is 42 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #af2abf hue: 0.82 , saturation: 0.64 and the lightness value of af2abf is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101010 10111111
Octal 257 52 277
Decimal 175 42 191
Hex AF 2A BF

RGB Percentages of Color #af2abf

%42.89
%10.29
%46.81

CMYK Percentages of Color #af2abf

%8
%78
%0
%25

Triadic Colors of #af2abf

#af2abf #bfaf2a #2abfaf

Analogous Colors of #af2abf

#af2abf #bf2a85 #652abf

Monochromatic Colors of #af2abf

#af2abf

Complementary Color

#af2abf #3abf2a

#af2abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2abf Color CSS Codes

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

#af2abf Text Font Color

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

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


#af2abf Background Color

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

This div background color is #af2abf


#af2abf Border Color

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

This div border color is #af2abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2abf


Comments

No comments written yet.

Please login to write comment.