Color Hex Logo

#ac37e7 Color Hex

#AC37E7
(172,55,231)
0 Favorites   0 Comments

Color spaces of #ac37e7

RGB 17255231
HSL0.780.790.56
HSV280°76°91°
CMYK 0.260.760.00   0.09
XYZ32.803317.272677.2063
Yxy17.27260.25770.1357
Hunter Lab41.560368.1584-81.0504
CIE-Lab48.601772.2665-66.9627

#ac37e7 color RGB value is (172,55,231).

#ac37e7 hex color red value is 172, green value is 55 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #ac37e7 hue: 0.78 , saturation: 0.79 and the lightness value of ac37e7 is 0.56.

The process color (four color CMYK) of #ac37e7 color hex is 0.26, 0.76, 0.00, 0.09. Web safe color of #ac37e7 is #9933ff. Color #ac37e7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00110111 11100111
Octal 254 67 347
Decimal 172 55 231
Hex AC 37 E7

RGB Percentages of Color #ac37e7

%37.55
%12.01
%50.44

CMYK Percentages of Color #ac37e7

%26
%76
%0
%9

Triadic Colors of #ac37e7

#ac37e7 #e7ac37 #37e7ac

Analogous Colors of #ac37e7

#ac37e7 #e737ca #5437e7

Monochromatic Colors of #ac37e7

#ac37e7

Complementary Color

#ac37e7 #72e737

#ac37e7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac37e7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac37e7 Color CSS Codes

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

#ac37e7 Text Font Color

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

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


#ac37e7 Background Color

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

This div background color is #ac37e7


#ac37e7 Border Color

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

This div border color is #ac37e7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac37e7


Comments

No comments written yet.

Please login to write comment.