Color Hex Logo

#af5eeb Color Hex

#AF5EEB
(175,94,235)
0 Favorites   0 Comments

Color spaces of #af5eeb

RGB 17594235
HSL0.760.780.65
HSV274°60°92°
CMYK 0.260.600.00   0.08
XYZ36.677323.117581.1263
Yxy23.11750.26030.1640
Hunter Lab48.080752.0237-66.3833
CIE-Lab55.193257.1510-58.5668

#af5eeb color RGB value is (175,94,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011110 11101011
Octal 257 136 353
Decimal 175 94 235
Hex AF 5E EB

RGB Percentages of Color #af5eeb

%34.72
%18.65
%46.63

CMYK Percentages of Color #af5eeb

%26
%60
%0
%8

Triadic Colors of #af5eeb

#af5eeb #ebaf5e #5eebaf

Analogous Colors of #af5eeb

#af5eeb #eb5ee1 #695eeb

Monochromatic Colors of #af5eeb

#af5eeb

Complementary Color

#af5eeb #9aeb5e

#af5eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5eeb Color CSS Codes

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

#af5eeb Text Font Color

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

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


#af5eeb Background Color

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

This div background color is #af5eeb


#af5eeb Border Color

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

This div border color is #af5eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5eeb


Comments

No comments written yet.

Please login to write comment.