Color Hex Logo

#af2abd Color Hex

#AF2ABD
(175,42,189)
0 Favorites   0 Comments

Color spaces of #af2abd

RGB 17542189
HSL0.820.640.45
HSV294°78°74°
CMYK 0.070.780.00   0.26
XYZ27.692514.444049.4725
Yxy14.44400.30230.1577
Hunter Lab38.005363.5547-50.5757
CIE-Lab44.863169.1295-48.8194

#af2abd color RGB value is (175,42,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101010 10111101
Octal 257 52 275
Decimal 175 42 189
Hex AF 2A BD

RGB Percentages of Color #af2abd

%43.10
%10.34
%46.55

CMYK Percentages of Color #af2abd

%7
%78
%0
%26

Triadic Colors of #af2abd

#af2abd #bdaf2a #2abdaf

Analogous Colors of #af2abd

#af2abd #bd2a82 #662abd

Monochromatic Colors of #af2abd

#af2abd

Complementary Color

#af2abd #38bd2a

#af2abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2abd Color CSS Codes

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

#af2abd Text Font Color

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

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


#af2abd Background Color

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

This div background color is #af2abd


#af2abd Border Color

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

This div border color is #af2abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2abd


Comments

No comments written yet.

Please login to write comment.