Color Hex Logo

#af1bff Color Hex

#AF1BFF
(175,27,255)
0 Favorites   0 Comments

Color spaces of #af1bff

RGB 17527255
HSL0.771.000.55
HSV279°89°100°
CMYK 0.310.890.00   0.00
XYZ36.121117.117896.0080
Yxy17.11780.24200.1147
Hunter Lab41.373783.4348-108.6215
CIE-Lab48.408184.5474-80.7355

#af1bff color RGB value is (175,27,255).

#af1bff hex color red value is 175, green value is 27 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #af1bff hue: 0.77 , saturation: 1.00 and the lightness value of af1bff is 0.55.

The process color (four color CMYK) of #af1bff color hex is 0.31, 0.89, 0.00, 0.00. Web safe color of #af1bff is #9933ff. Color #af1bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011011 11111111
Octal 257 33 377
Decimal 175 27 255
Hex AF 1B FF

RGB Percentages of Color #af1bff

%38.29
%5.91
%55.80

CMYK Percentages of Color #af1bff

%31
%89
%0
%0

Triadic Colors of #af1bff

#af1bff #ffaf1b #1bffaf

Analogous Colors of #af1bff

#af1bff #ff1bdd #3d1bff

Monochromatic Colors of #af1bff

#af1bff

Complementary Color

#af1bff #6bff1b

#af1bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1bff Color CSS Codes

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

#af1bff Text Font Color

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

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


#af1bff Background Color

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

This div background color is #af1bff


#af1bff Border Color

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

This div border color is #af1bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1bff


Comments

No comments written yet.

Please login to write comment.