Color Hex Logo

#ac3cfd Color Hex

#AC3CFD
(172,60,253)
0 Favorites   0 Comments

Color spaces of #ac3cfd

RGB 17260253
HSL0.760.980.61
HSV275°76°99°
CMYK 0.320.760.00   0.01
XYZ36.358719.094294.6977
Yxy19.09420.24210.1272
Hunter Lab43.696972.0541-97.9024
CIE-Lab50.797275.0419-75.7399

#ac3cfd color RGB value is (172,60,253).

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

The process color (four color CMYK) of #ac3cfd color hex is 0.32, 0.76, 0.00, 0.01. Web safe color of #ac3cfd is #9933ff. Color #ac3cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111100 11111101
Octal 254 74 375
Decimal 172 60 253
Hex AC 3C FD

RGB Percentages of Color #ac3cfd

%35.46
%12.37
%52.16

CMYK Percentages of Color #ac3cfd

%32
%76
%0
%1

Triadic Colors of #ac3cfd

#ac3cfd #fdac3c #3cfdac

Analogous Colors of #ac3cfd

#ac3cfd #fd3cee #4b3cfd

Monochromatic Colors of #ac3cfd

#ac3cfd

Complementary Color

#ac3cfd #8dfd3c

#ac3cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3cfd Color CSS Codes

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

#ac3cfd Text Font Color

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

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


#ac3cfd Background Color

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

This div background color is #ac3cfd


#ac3cfd Border Color

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

This div border color is #ac3cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3cfd


Comments

No comments written yet.

Please login to write comment.