Color Hex Logo

#af42bf Color Hex

#AF42BF
(175,66,191)
0 Favorites   0 Comments

Color spaces of #af42bf

RGB 17566191
HSL0.810.490.50
HSV292°65°75°
CMYK 0.080.650.00   0.25
XYZ29.031416.772050.9974
Yxy16.77200.29990.1733
Hunter Lab40.953654.8670-45.1632
CIE-Lab47.971560.9894-45.0239

#af42bf color RGB value is (175,66,191).

#af42bf hex color red value is 175, green value is 66 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #af42bf hue: 0.81 , saturation: 0.49 and the lightness value of af42bf is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000010 10111111
Octal 257 102 277
Decimal 175 66 191
Hex AF 42 BF

RGB Percentages of Color #af42bf

%40.51
%15.28
%44.21

CMYK Percentages of Color #af42bf

%8
%65
%0
%25

Triadic Colors of #af42bf

#af42bf #bfaf42 #42bfaf

Analogous Colors of #af42bf

#af42bf #bf4291 #7142bf

Monochromatic Colors of #af42bf

#af42bf

Complementary Color

#af42bf #52bf42

#af42bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af42bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af42bf Color CSS Codes

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

#af42bf Text Font Color

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

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


#af42bf Background Color

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

This div background color is #af42bf


#af42bf Border Color

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

This div border color is #af42bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af42bf


Comments

No comments written yet.

Please login to write comment.