Color Hex Logo

#af3afd Color Hex

#AF3AFD
(175,58,253)
0 Favorites   0 Comments

Color spaces of #af3afd

RGB 17558253
HSL0.770.980.61
HSV276°77°99°
CMYK 0.310.770.00   0.01
XYZ36.921919.231994.6946
Yxy19.23190.24480.1275
Hunter Lab43.854273.5386-97.3273
CIE-Lab50.957476.2159-75.4616

#af3afd color RGB value is (175,58,253).

#af3afd hex color red value is 175, green value is 58 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #af3afd hue: 0.77 , saturation: 0.98 and the lightness value of af3afd is 0.61.

The process color (four color CMYK) of #af3afd color hex is 0.31, 0.77, 0.00, 0.01. Web safe color of #af3afd is #9933ff. Color #af3afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111010 11111101
Octal 257 72 375
Decimal 175 58 253
Hex AF 3A FD

RGB Percentages of Color #af3afd

%36.01
%11.93
%52.06

CMYK Percentages of Color #af3afd

%31
%77
%0
%1

Triadic Colors of #af3afd

#af3afd #fdaf3a #3afdaf

Analogous Colors of #af3afd

#af3afd #fd3aea #4e3afd

Monochromatic Colors of #af3afd

#af3afd

Complementary Color

#af3afd #88fd3a

#af3afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3afd Color CSS Codes

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

#af3afd Text Font Color

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

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


#af3afd Background Color

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

This div background color is #af3afd


#af3afd Border Color

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

This div border color is #af3afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3afd

Related Colors


Comments

No comments written yet.

Please login to write comment.