Color Hex Logo

#af65dc Color Hex

#AF65DC
(175,101,220)
0 Favorites   0 Comments

Color spaces of #af65dc

RGB 175101220
HSL0.770.630.63
HSV277°54°86°
CMYK 0.200.540.00   0.14
XYZ35.251123.588670.4053
Yxy23.58860.27270.1825
Hunter Lab48.568144.5625-51.9503
CIE-Lab55.673550.2997-49.3715

#af65dc color RGB value is (175,101,220).

#af65dc hex color red value is 175, green value is 101 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #af65dc hue: 0.77 , saturation: 0.63 and the lightness value of af65dc is 0.63.

The process color (four color CMYK) of #af65dc color hex is 0.20, 0.54, 0.00, 0.14. Web safe color of #af65dc is #9966cc. Color #af65dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100101 11011100
Octal 257 145 334
Decimal 175 101 220
Hex AF 65 DC

RGB Percentages of Color #af65dc

%35.28
%20.36
%44.35

CMYK Percentages of Color #af65dc

%20
%54
%0
%14

Triadic Colors of #af65dc

#af65dc #dcaf65 #65dcaf

Analogous Colors of #af65dc

#af65dc #dc65ce #7465dc

Monochromatic Colors of #af65dc

#af65dc

Complementary Color

#af65dc #92dc65

#af65dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af65dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af65dc Color CSS Codes

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

#af65dc Text Font Color

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

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


#af65dc Background Color

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

This div background color is #af65dc


#af65dc Border Color

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

This div border color is #af65dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af65dc


Comments

No comments written yet.

Please login to write comment.