Color Hex Logo

#ac0fed Color Hex

#AC0FED
(172,15,237)
0 Favorites   0 Comments

Color spaces of #ac0fed

RGB 17215237
HSL0.780.880.49
HSV282°94°93°
CMYK 0.270.940.00   0.07
XYZ32.470115.226781.3484
Yxy15.22670.25160.1180
Hunter Lab39.021480.2442-96.2876
CIE-Lab45.943182.5342-74.6804

#ac0fed color RGB value is (172,15,237).

#ac0fed hex color red value is 172, green value is 15 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ac0fed hue: 0.78 , saturation: 0.88 and the lightness value of ac0fed is 0.49.

The process color (four color CMYK) of #ac0fed color hex is 0.27, 0.94, 0.00, 0.07. Web safe color of #ac0fed is #9900ff. Color #ac0fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00001111 11101101
Octal 254 17 355
Decimal 172 15 237
Hex AC F ED

RGB Percentages of Color #ac0fed

%40.57
%3.54
%55.90

CMYK Percentages of Color #ac0fed

%27
%94
%0
%7

Triadic Colors of #ac0fed

#ac0fed #edac0f #0fedac

Analogous Colors of #ac0fed

#ac0fed #ed0fbf #3d0fed

Monochromatic Colors of #ac0fed

#ac0fed

Complementary Color

#ac0fed #50ed0f

#ac0fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac0fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac0fed Color CSS Codes

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

#ac0fed Text Font Color

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

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


#ac0fed Background Color

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

This div background color is #ac0fed


#ac0fed Border Color

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

This div border color is #ac0fed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,15,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac0fed


Comments

No comments written yet.

Please login to write comment.