Color Hex Logo

#af8bed Color Hex

#AF8BED
(175,139,237)
0 Favorites   0 Comments

Color spaces of #af8bed

RGB 175139237
HSL0.730.730.74
HSV262°41°93°
CMYK 0.260.410.00   0.07
XYZ42.197933.693684.4002
Yxy33.69360.26330.2102
Hunter Lab58.046228.1835-45.5764
CIE-Lab64.718633.5101-44.5505

#af8bed color RGB value is (175,139,237).

#af8bed hex color red value is 175, green value is 139 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #af8bed hue: 0.73 , saturation: 0.73 and the lightness value of af8bed is 0.74.

The process color (four color CMYK) of #af8bed color hex is 0.26, 0.41, 0.00, 0.07. Web safe color of #af8bed is #9999ff. Color #af8bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001011 11101101
Octal 257 213 355
Decimal 175 139 237
Hex AF 8B ED

RGB Percentages of Color #af8bed

%31.76
%25.23
%43.01

CMYK Percentages of Color #af8bed

%26
%41
%0
%7

Triadic Colors of #af8bed

#af8bed #edaf8b #8bedaf

Analogous Colors of #af8bed

#af8bed #e08bed #8b98ed

Monochromatic Colors of #af8bed

#af8bed

Complementary Color

#af8bed #c9ed8b

#af8bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8bed Color CSS Codes

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

#af8bed Text Font Color

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

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


#af8bed Background Color

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

This div background color is #af8bed


#af8bed Border Color

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

This div border color is #af8bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8bed


Comments

No comments written yet.

Please login to write comment.