Color Hex Logo

#af267d Color Hex

#AF267D
(175,38,125)
0 Favorites   0 Comments

Color spaces of #af267d

RGB 17538125
HSL0.890.640.42
HSV322°78°69°
CMYK 0.000.780.29   0.31
XYZ22.074011.980920.5511
Yxy11.98090.40420.2194
Hunter Lab34.613453.2612-10.9730
CIE-Lab41.185760.8486-16.1281

#af267d color RGB value is (175,38,125).

#af267d hex color red value is 175, green value is 38 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #af267d hue: 0.89 , saturation: 0.64 and the lightness value of af267d is 0.42.

The process color (four color CMYK) of #af267d color hex is 0.00, 0.78, 0.29, 0.31. Web safe color of #af267d is #993366. Color #af267d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100110 01111101
Octal 257 46 175
Decimal 175 38 125
Hex AF 26 7D

RGB Percentages of Color #af267d

%51.78
%11.24
%36.98

CMYK Percentages of Color #af267d

%0
%78
%29
%31

Triadic Colors of #af267d

#af267d #7daf26 #267daf

Analogous Colors of #af267d

#af267d #af2639 #9d26af

Monochromatic Colors of #af267d

#af267d

Complementary Color

#af267d #26af58

#af267d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af267d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af267d Color CSS Codes

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

#af267d Text Font Color

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

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


#af267d Background Color

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

This div background color is #af267d


#af267d Border Color

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

This div border color is #af267d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af267d


Comments

No comments written yet.

Please login to write comment.