Color Hex Logo

#af67eb Color Hex

#AF67EB
(175,103,235)
0 Favorites   0 Comments

Color spaces of #af67eb

RGB 175103235
HSL0.760.770.66
HSV273°56°92°
CMYK 0.260.560.00   0.08
XYZ37.524824.812681.4088
Yxy24.81260.26100.1726
Hunter Lab49.812247.2970-62.0298
CIE-Lab56.892452.6093-55.8474

#af67eb color RGB value is (175,103,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100111 11101011
Octal 257 147 353
Decimal 175 103 235
Hex AF 67 EB

RGB Percentages of Color #af67eb

%34.11
%20.08
%45.81

CMYK Percentages of Color #af67eb

%26
%56
%0
%8

Triadic Colors of #af67eb

#af67eb #ebaf67 #67ebaf

Analogous Colors of #af67eb

#af67eb #eb67e5 #6d67eb

Monochromatic Colors of #af67eb

#af67eb

Complementary Color

#af67eb #a3eb67

#af67eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af67eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af67eb Color CSS Codes

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

#af67eb Text Font Color

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

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


#af67eb Background Color

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

This div background color is #af67eb


#af67eb Border Color

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

This div border color is #af67eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af67eb


Comments

No comments written yet.

Please login to write comment.