Color Hex Logo

#af65eb Color Hex

#AF65EB
(175,101,235)
0 Favorites   0 Comments

Color spaces of #af65eb

RGB 175101235
HSL0.760.770.66
HSV273°57°92°
CMYK 0.260.570.00   0.08
XYZ37.328324.419581.3433
Yxy24.41950.26090.1707
Hunter Lab49.416148.3585-63.0054
CIE-Lab56.505453.6360-56.4659

#af65eb color RGB value is (175,101,235).

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

The process color (four color CMYK) of #af65eb color hex is 0.26, 0.57, 0.00, 0.08. Web safe color of #af65eb is #9966ff. Color #af65eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100101 11101011
Octal 257 145 353
Decimal 175 101 235
Hex AF 65 EB

RGB Percentages of Color #af65eb

%34.25
%19.77
%45.99

CMYK Percentages of Color #af65eb

%26
%57
%0
%8

Triadic Colors of #af65eb

#af65eb #ebaf65 #65ebaf

Analogous Colors of #af65eb

#af65eb #eb65e4 #6c65eb

Monochromatic Colors of #af65eb

#af65eb

Complementary Color

#af65eb #a1eb65

#af65eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af65eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af65eb Color CSS Codes

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

#af65eb Text Font Color

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

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


#af65eb Background Color

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

This div background color is #af65eb


#af65eb Border Color

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

This div border color is #af65eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af65eb


Comments

No comments written yet.

Please login to write comment.