Color Hex Logo

#af5beb Color Hex

#AF5BEB
(175,91,235)
0 Favorites   0 Comments

Color spaces of #af5beb

RGB 17591235
HSL0.760.780.64
HSV275°61°92°
CMYK 0.260.610.00   0.08
XYZ36.415722.594381.0391
Yxy22.59430.26000.1613
Hunter Lab47.533553.5665-67.8092
CIE-Lab54.652058.6162-59.4349

#af5beb color RGB value is (175,91,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011011 11101011
Octal 257 133 353
Decimal 175 91 235
Hex AF 5B EB

RGB Percentages of Color #af5beb

%34.93
%18.16
%46.91

CMYK Percentages of Color #af5beb

%26
%61
%0
%8

Triadic Colors of #af5beb

#af5beb #ebaf5b #5bebaf

Analogous Colors of #af5beb

#af5beb #eb5bdf #675beb

Monochromatic Colors of #af5beb

#af5beb

Complementary Color

#af5beb #97eb5b

#af5beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5beb Color CSS Codes

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

#af5beb Text Font Color

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

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


#af5beb Background Color

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

This div background color is #af5beb


#af5beb Border Color

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

This div border color is #af5beb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,91,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 #af5beb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5beb


Comments

No comments written yet.

Please login to write comment.