Color Hex Logo

#af65fc Color Hex

#AF65FC
(175,101,252)
0 Favorites   0 Comments

Color spaces of #af65fc

RGB 175101252
HSL0.750.960.69
HSV269°60°99°
CMYK 0.310.600.00   0.01
XYZ39.903625.449694.9046
Yxy25.44960.24900.1588
Hunter Lab50.447652.9086-76.2261
CIE-Lab57.510957.5359-64.3036

#af65fc color RGB value is (175,101,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100101 11111100
Octal 257 145 374
Decimal 175 101 252
Hex AF 65 FC

RGB Percentages of Color #af65fc

%33.14
%19.13
%47.73

CMYK Percentages of Color #af65fc

%31
%60
%0
%1

Triadic Colors of #af65fc

#af65fc #fcaf65 #65fcaf

Analogous Colors of #af65fc

#af65fc #fb65fc #6567fc

Monochromatic Colors of #af65fc

#af65fc

Complementary Color

#af65fc #b2fc65

#af65fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af65fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af65fc Color CSS Codes

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

#af65fc Text Font Color

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

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


#af65fc Background Color

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

This div background color is #af65fc


#af65fc Border Color

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

This div border color is #af65fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af65fc


Comments

No comments written yet.

Please login to write comment.