color codes Logo

#af7bf6 color codes

#AF7BF6
(175,123,246)
0 Favorites   0 Comments

Color spaces of #af7bf6

RGB 175123246
HSL0.740.870.72
HSV265°50°96°
CMYK 0.290.500.00   0.04
XYZ41.396729.933790.7847
Yxy29.93370.25540.1846
Hunter Lab54.711739.3136-60.0834
CIE-Lab61.597044.5360-54.4531

#af7bf6 color RGB value is (175,123,246).

#af7bf6 hex color red value is 175, green value is 123 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #af7bf6 hue: 0.74 , saturation: 0.87 and the lightness value of af7bf6 is 0.72.

The process color (four color CMYK) of #af7bf6 color code is 0.29, 0.50, 0.00, 0.04. Web safe color of #af7bf6 is #9966ff. Color #af7bf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111011 11110110
Octal 257 173 366
Decimal 175 123 246
Hex AF 7B F6

RGB Percentages of Color #af7bf6

%32.17
%22.61
%45.22

CMYK Percentages of Color #af7bf6

%29
%50
%0
%4

Triadic Colors of #af7bf6

#af7bf6 #f6af7b #7bf6af

Analogous Colors of #af7bf6

#af7bf6 #ed7bf6 #7b85f6

Monochromatic Colors of #af7bf6

#af7bf6

Complementary Color

#af7bf6 #c2f67b

#af7bf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7bf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7bf6 Color CSS Codes

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

#af7bf6 Text Font Color

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

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


#af7bf6 Background Color

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

This div background color is #af7bf6


#af7bf6 Border Color

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

This div border color is #af7bf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7bf6


Comments

No comments written yet.

Please login to write comment.