Color Hex Logo

#af0bef Color Hex

#AF0BEF
(175,11,239)
0 Favorites   0 Comments

Color spaces of #af0bef

RGB 17511239
HSL0.790.910.49
HSV283°95°94°
CMYK 0.270.950.00   0.06
XYZ33.378915.585382.9104
Yxy15.58530.25310.1182
Hunter Lab39.478281.8351-96.8835
CIE-Lab46.425683.6855-75.0027

#af0bef color RGB value is (175,11,239).

#af0bef hex color red value is 175, green value is 11 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #af0bef hue: 0.79 , saturation: 0.91 and the lightness value of af0bef is 0.49.

The process color (four color CMYK) of #af0bef color hex is 0.27, 0.95, 0.00, 0.06. Web safe color of #af0bef is #9900ff. Color #af0bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001011 11101111
Octal 257 13 357
Decimal 175 11 239
Hex AF B EF

RGB Percentages of Color #af0bef

%41.18
%2.59
%56.24

CMYK Percentages of Color #af0bef

%27
%95
%0
%6

Triadic Colors of #af0bef

#af0bef #efaf0b #0befaf

Analogous Colors of #af0bef

#af0bef #ef0bbd #3d0bef

Monochromatic Colors of #af0bef

#af0bef

Complementary Color

#af0bef #4bef0b

#af0bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0bef Color CSS Codes

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

#af0bef Text Font Color

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

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


#af0bef Background Color

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

This div background color is #af0bef


#af0bef Border Color

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

This div border color is #af0bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0bef


Comments

No comments written yet.

Please login to write comment.