Color Hex Logo

#af7cfe Color Hex

#AF7CFE
(175,124,254)
0 Favorites   0 Comments

Color spaces of #af7cfe

RGB 175124254
HSL0.730.980.74
HSV264°51°100°
CMYK 0.310.510.00   0.00
XYZ42.776230.685097.4342
Yxy30.68500.25030.1796
Hunter Lab55.394040.9011-65.5111
CIE-Lab62.240845.9249-57.8311

#af7cfe color RGB value is (175,124,254).

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

The process color (four color CMYK) of #af7cfe color hex is 0.31, 0.51, 0.00, 0.00. Web safe color of #af7cfe is #9966ff. Color #af7cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111100 11111110
Octal 257 174 376
Decimal 175 124 254
Hex AF 7C FE

RGB Percentages of Color #af7cfe

%31.65
%22.42
%45.93

CMYK Percentages of Color #af7cfe

%31
%51
%0
%0

Triadic Colors of #af7cfe

#af7cfe #feaf7c #7cfeaf

Analogous Colors of #af7cfe

#af7cfe #f07cfe #7c8afe

Monochromatic Colors of #af7cfe

#af7cfe

Complementary Color

#af7cfe #cbfe7c

#af7cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7cfe Color CSS Codes

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

#af7cfe Text Font Color

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

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


#af7cfe Background Color

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

This div background color is #af7cfe


#af7cfe Border Color

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

This div border color is #af7cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7cfe


Comments

No comments written yet.

Please login to write comment.