Color Hex Logo

#ac67fd Color Hex

#AC67FD
(172,103,253)
0 Favorites   0 Comments

Color spaces of #ac67fd

RGB 172103253
HSL0.740.970.70
HSV268°59°99°
CMYK 0.320.590.00   0.01
XYZ39.593125.563095.7759
Yxy25.56300.24600.1588
Hunter Lab50.559951.3024-76.9215
CIE-Lab57.619956.0924-64.6985

#ac67fd color RGB value is (172,103,253).

#ac67fd hex color red value is 172, green value is 103 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ac67fd hue: 0.74 , saturation: 0.97 and the lightness value of ac67fd is 0.70.

The process color (four color CMYK) of #ac67fd color hex is 0.32, 0.59, 0.00, 0.01. Web safe color of #ac67fd is #9966ff. Color #ac67fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01100111 11111101
Octal 254 147 375
Decimal 172 103 253
Hex AC 67 FD

RGB Percentages of Color #ac67fd

%32.58
%19.51
%47.92

CMYK Percentages of Color #ac67fd

%32
%59
%0
%1

Triadic Colors of #ac67fd

#ac67fd #fdac67 #67fdac

Analogous Colors of #ac67fd

#ac67fd #f767fd #676dfd

Monochromatic Colors of #ac67fd

#ac67fd

Complementary Color

#ac67fd #b8fd67

#ac67fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac67fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac67fd Color CSS Codes

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

#ac67fd Text Font Color

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

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


#ac67fd Background Color

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

This div background color is #ac67fd


#ac67fd Border Color

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

This div border color is #ac67fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,103,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 #ac67fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac67fd


Comments

No comments written yet.

Please login to write comment.