Color Hex Logo

#af1bbe Color Hex

#AF1BBE
(175,27,190)
0 Favorites   0 Comments

Color spaces of #af1bbe

RGB 17527190
HSL0.820.750.43
HSV294°86°75°
CMYK 0.080.860.00   0.25
XYZ27.365413.615549.9009
Yxy13.61550.30110.1498
Hunter Lab36.899267.8067-54.3519
CIE-Lab43.676472.9342-51.3079

#af1bbe color RGB value is (175,27,190).

#af1bbe hex color red value is 175, green value is 27 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #af1bbe hue: 0.82 , saturation: 0.75 and the lightness value of af1bbe is 0.43.

The process color (four color CMYK) of #af1bbe color hex is 0.08, 0.86, 0.00, 0.25. Web safe color of #af1bbe is #9933cc. Color #af1bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011011 10111110
Octal 257 33 276
Decimal 175 27 190
Hex AF 1B BE

RGB Percentages of Color #af1bbe

%44.64
%6.89
%48.47

CMYK Percentages of Color #af1bbe

%8
%86
%0
%25

Triadic Colors of #af1bbe

#af1bbe #beaf1b #1bbeaf

Analogous Colors of #af1bbe

#af1bbe #be1b7c #5d1bbe

Monochromatic Colors of #af1bbe

#af1bbe

Complementary Color

#af1bbe #2abe1b

#af1bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af1bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#af1bbe Color CSS Codes

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

#af1bbe Text Font Color

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

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


#af1bbe Background Color

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

This div background color is #af1bbe


#af1bbe Border Color

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

This div border color is #af1bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af1bbe


Comments

No comments written yet.

Please login to write comment.