Color Hex Logo

#ac265f Color Hex

#AC265F
(172,38,95)
0 Favorites   0 Comments

Color spaces of #ac265f

RGB 1723895
HSL0.930.640.41
HSV334°78°67°
CMYK 0.000.780.45   0.33
XYZ19.771910.983111.9043
Yxy10.98310.46350.2575
Hunter Lab33.140848.49741.9013
CIE-Lab39.552056.81200.1455

#ac265f color RGB value is (172,38,95).

#ac265f hex color red value is 172, green value is 38 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ac265f hue: 0.93 , saturation: 0.64 and the lightness value of ac265f is 0.41.

The process color (four color CMYK) of #ac265f color hex is 0.00, 0.78, 0.45, 0.33. Web safe color of #ac265f is #993366. Color #ac265f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100110 01011111
Octal 254 46 137
Decimal 172 38 95
Hex AC 26 5F

RGB Percentages of Color #ac265f

%56.39
%12.46
%31.15

CMYK Percentages of Color #ac265f

%0
%78
%45
%33

Triadic Colors of #ac265f

#ac265f #5fac26 #265fac

Analogous Colors of #ac265f

#ac265f #ac3026 #ac26a2

Monochromatic Colors of #ac265f

#ac265f

Complementary Color

#ac265f #26ac73

#ac265f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac265f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac265f Color CSS Codes

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

#ac265f Text Font Color

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

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


#ac265f Background Color

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

This div background color is #ac265f


#ac265f Border Color

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

This div border color is #ac265f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac265f


Comments

No comments written yet.

Please login to write comment.