Color Hex Logo

#af6deb Color Hex

#AF6DEB
(175,109,235)
0 Favorites   0 Comments

Color spaces of #af6deb

RGB 175109235
HSL0.750.760.67
HSV271°54°92°
CMYK 0.260.540.00   0.08
XYZ38.143226.049481.6149
Yxy26.04940.26160.1787
Hunter Lab51.038644.0826-59.0825
CIE-Lab58.083949.4773-53.9461

#af6deb color RGB value is (175,109,235).

#af6deb hex color red value is 175, green value is 109 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #af6deb hue: 0.75 , saturation: 0.76 and the lightness value of af6deb is 0.67.

The process color (four color CMYK) of #af6deb color hex is 0.26, 0.54, 0.00, 0.08. Web safe color of #af6deb is #9966ff. Color #af6deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101101 11101011
Octal 257 155 353
Decimal 175 109 235
Hex AF 6D EB

RGB Percentages of Color #af6deb

%33.72
%21.00
%45.28

CMYK Percentages of Color #af6deb

%26
%54
%0
%8

Triadic Colors of #af6deb

#af6deb #ebaf6d #6debaf

Analogous Colors of #af6deb

#af6deb #eb6de8 #706deb

Monochromatic Colors of #af6deb

#af6deb

Complementary Color

#af6deb #a9eb6d

#af6deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6deb Color CSS Codes

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

#af6deb Text Font Color

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

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


#af6deb Background Color

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

This div background color is #af6deb


#af6deb Border Color

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

This div border color is #af6deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6deb


Comments

No comments written yet.

Please login to write comment.