Color Hex Logo

#af67fb Color Hex

#AF67FB
(175,103,251)
0 Favorites   0 Comments

Color spaces of #af67fb

RGB 175103251
HSL0.750.950.69
HSV269°59°98°
CMYK 0.300.590.00   0.02
XYZ39.942025.779594.1375
Yxy25.77950.24990.1613
Hunter Lab50.773551.5669-74.3862
CIE-Lab57.827256.2927-63.2422

#af67fb color RGB value is (175,103,251).

#af67fb hex color red value is 175, green value is 103 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #af67fb hue: 0.75 , saturation: 0.95 and the lightness value of af67fb is 0.69.

The process color (four color CMYK) of #af67fb color hex is 0.30, 0.59, 0.00, 0.02. Web safe color of #af67fb is #9966ff. Color #af67fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100111 11111011
Octal 257 147 373
Decimal 175 103 251
Hex AF 67 FB

RGB Percentages of Color #af67fb

%33.08
%19.47
%47.45

CMYK Percentages of Color #af67fb

%30
%59
%0
%2

Triadic Colors of #af67fb

#af67fb #fbaf67 #67fbaf

Analogous Colors of #af67fb

#af67fb #f967fb #6769fb

Monochromatic Colors of #af67fb

#af67fb

Complementary Color

#af67fb #b3fb67

#af67fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af67fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af67fb Color CSS Codes

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

#af67fb Text Font Color

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

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


#af67fb Background Color

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

This div background color is #af67fb


#af67fb Border Color

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

This div border color is #af67fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af67fb


Comments

No comments written yet.

Please login to write comment.