Color Hex Logo

#af74bd Color Hex

#AF74BD
(175,116,189)
0 Favorites   0 Comments

Color spaces of #af74bd

RGB 175116189
HSL0.800.360.60
HSV288°39°74°
CMYK 0.070.390.00   0.26
XYZ33.109925.278951.2783
Yxy25.27890.30190.2305
Hunter Lab50.278129.5618-25.2748
CIE-Lab57.346235.6641-29.1453

#af74bd color RGB value is (175,116,189).

#af74bd hex color red value is 175, green value is 116 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #af74bd hue: 0.80 , saturation: 0.36 and the lightness value of af74bd is 0.60.

The process color (four color CMYK) of #af74bd color hex is 0.07, 0.39, 0.00, 0.26. Web safe color of #af74bd is #9966cc. Color #af74bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110100 10111101
Octal 257 164 275
Decimal 175 116 189
Hex AF 74 BD

RGB Percentages of Color #af74bd

%36.46
%24.17
%39.38

CMYK Percentages of Color #af74bd

%7
%39
%0
%26

Triadic Colors of #af74bd

#af74bd #bdaf74 #74bdaf

Analogous Colors of #af74bd

#af74bd #bd74a7 #8b74bd

Monochromatic Colors of #af74bd

#af74bd

Complementary Color

#af74bd #82bd74

#af74bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af74bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af74bd Color CSS Codes

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

#af74bd Text Font Color

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

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


#af74bd Background Color

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

This div background color is #af74bd


#af74bd Border Color

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

This div border color is #af74bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af74bd


Comments

No comments written yet.

Please login to write comment.