Color Hex Logo

#af2bdf Color Hex

#AF2BDF
(175,43,223)
0 Favorites   0 Comments

Color spaces of #af2bdf

RGB 17543223
HSL0.790.740.52
HSV284°81°87°
CMYK 0.220.810.00   0.13
XYZ31.862416.169471.2537
Yxy16.16940.26710.1356
Hunter Lab40.211271.0696-76.9133
CIE-Lab47.196074.9398-64.6799

#af2bdf color RGB value is (175,43,223).

#af2bdf hex color red value is 175, green value is 43 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #af2bdf hue: 0.79 , saturation: 0.74 and the lightness value of af2bdf is 0.52.

The process color (four color CMYK) of #af2bdf color hex is 0.22, 0.81, 0.00, 0.13. Web safe color of #af2bdf is #9933cc. Color #af2bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101011 11011111
Octal 257 53 337
Decimal 175 43 223
Hex AF 2B DF

RGB Percentages of Color #af2bdf

%39.68
%9.75
%50.57

CMYK Percentages of Color #af2bdf

%22
%81
%0
%13

Triadic Colors of #af2bdf

#af2bdf #dfaf2b #2bdfaf

Analogous Colors of #af2bdf

#af2bdf #df2bb5 #552bdf

Monochromatic Colors of #af2bdf

#af2bdf

Complementary Color

#af2bdf #5bdf2b

#af2bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2bdf Color CSS Codes

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

#af2bdf Text Font Color

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

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


#af2bdf Background Color

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

This div background color is #af2bdf


#af2bdf Border Color

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

This div border color is #af2bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2bdf


Comments

No comments written yet.

Please login to write comment.