Color Hex Logo

#af8ceb Color Hex

#AF8CEB
(175,140,235)
0 Favorites   0 Comments

Color spaces of #af8ceb

RGB 175140235
HSL0.730.700.74
HSV262°40°92°
CMYK 0.260.400.00   0.08
XYZ42.052733.868382.9181
Yxy33.86830.26480.2132
Hunter Lab58.196527.1400-43.7386
CIE-Lab64.857932.4718-43.2286

#af8ceb color RGB value is (175,140,235).

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

The process color (four color CMYK) of #af8ceb color hex is 0.26, 0.40, 0.00, 0.08. Web safe color of #af8ceb is #9999ff. Color #af8ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001100 11101011
Octal 257 214 353
Decimal 175 140 235
Hex AF 8C EB

RGB Percentages of Color #af8ceb

%31.82
%25.45
%42.73

CMYK Percentages of Color #af8ceb

%26
%40
%0
%8

Triadic Colors of #af8ceb

#af8ceb #ebaf8c #8cebaf

Analogous Colors of #af8ceb

#af8ceb #df8ceb #8c99eb

Monochromatic Colors of #af8ceb

#af8ceb

Complementary Color

#af8ceb #c8eb8c

#af8ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8ceb Color CSS Codes

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

#af8ceb Text Font Color

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

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


#af8ceb Background Color

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

This div background color is #af8ceb


#af8ceb Border Color

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

This div border color is #af8ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8ceb


Comments

No comments written yet.

Please login to write comment.