Color Hex Logo

#af43da Color Hex

#AF43DA
(175,67,218)
0 Favorites   0 Comments

Color spaces of #af43da

RGB 17567218
HSL0.790.670.56
HSV283°69°85°
CMYK 0.200.690.00   0.15
XYZ32.341218.190268.1362
Yxy18.19020.27250.1533
Hunter Lab42.650060.7180-64.8648
CIE-Lab49.726065.7657-57.7475

#af43da color RGB value is (175,67,218).

#af43da hex color red value is 175, green value is 67 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #af43da hue: 0.79 , saturation: 0.67 and the lightness value of af43da is 0.56.

The process color (four color CMYK) of #af43da color hex is 0.20, 0.69, 0.00, 0.15. Web safe color of #af43da is #9933cc. Color #af43da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000011 11011010
Octal 257 103 332
Decimal 175 67 218
Hex AF 43 DA

RGB Percentages of Color #af43da

%38.04
%14.57
%47.39

CMYK Percentages of Color #af43da

%20
%69
%0
%15

Triadic Colors of #af43da

#af43da #daaf43 #43daaf

Analogous Colors of #af43da

#af43da #da43ba #6443da

Monochromatic Colors of #af43da

#af43da

Complementary Color

#af43da #6eda43

#af43da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af43da Color Preview on White Background

Lorem ipsum dolor sit amet.

#af43da Color CSS Codes

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

#af43da Text Font Color

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

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


#af43da Background Color

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

This div background color is #af43da


#af43da Border Color

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

This div border color is #af43da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af43da


Comments

No comments written yet.

Please login to write comment.