Color Hex Logo

#af78fb Color Hex

#AF78FB
(175,120,251)
0 Favorites   0 Comments

Color spaces of #af78fb

RGB 175120251
HSL0.740.940.73
HSV265°52°98°
CMYK 0.300.520.00   0.02
XYZ41.808329.511994.7596
Yxy29.51190.25170.1777
Hunter Lab54.324942.3047-65.3930
CIE-Lab61.230847.3665-57.7926

#af78fb color RGB value is (175,120,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111000 11111011
Octal 257 170 373
Decimal 175 120 251
Hex AF 78 FB

RGB Percentages of Color #af78fb

%32.05
%21.98
%45.97

CMYK Percentages of Color #af78fb

%30
%52
%0
%2

Triadic Colors of #af78fb

#af78fb #fbaf78 #78fbaf

Analogous Colors of #af78fb

#af78fb #f178fb #7883fb

Monochromatic Colors of #af78fb

#af78fb

Complementary Color

#af78fb #c4fb78

#af78fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af78fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af78fb Color CSS Codes

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

#af78fb Text Font Color

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

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


#af78fb Background Color

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

This div background color is #af78fb


#af78fb Border Color

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

This div border color is #af78fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af78fb


Comments

No comments written yet.

Please login to write comment.