Color Hex Logo

#af28bd Color Hex

#AF28BD
(175,40,189)
0 Favorites   0 Comments

Color spaces of #af28bd

RGB 17540189
HSL0.820.650.45
HSV294°79°74°
CMYK 0.070.790.00   0.26
XYZ27.623314.305749.4495
Yxy14.30570.30230.1566
Hunter Lab37.822964.1744-51.0395
CIE-Lab44.668269.6931-49.1316

#af28bd color RGB value is (175,40,189).

#af28bd hex color red value is 175, green value is 40 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #af28bd hue: 0.82 , saturation: 0.65 and the lightness value of af28bd is 0.45.

The process color (four color CMYK) of #af28bd color hex is 0.07, 0.79, 0.00, 0.26. Web safe color of #af28bd is #9933cc. Color #af28bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101000 10111101
Octal 257 50 275
Decimal 175 40 189
Hex AF 28 BD

RGB Percentages of Color #af28bd

%43.32
%9.90
%46.78

CMYK Percentages of Color #af28bd

%7
%79
%0
%26

Triadic Colors of #af28bd

#af28bd #bdaf28 #28bdaf

Analogous Colors of #af28bd

#af28bd #bd2881 #6528bd

Monochromatic Colors of #af28bd

#af28bd

Complementary Color

#af28bd #36bd28

#af28bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af28bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af28bd Color CSS Codes

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

#af28bd Text Font Color

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

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


#af28bd Background Color

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

This div background color is #af28bd


#af28bd Border Color

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

This div border color is #af28bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af28bd


Comments

No comments written yet.

Please login to write comment.