Color Hex Logo

#af268c Color Hex

#AF268C
(175,38,140)
0 Favorites   0 Comments

Color spaces of #af268c

RGB 17538140
HSL0.880.640.42
HSV315°78°69°
CMYK 0.000.780.20   0.31
XYZ23.105912.393625.9853
Yxy12.39360.37580.2016
Hunter Lab35.204555.5475-19.1202
CIE-Lab41.835062.7666-24.3410

#af268c color RGB value is (175,38,140).

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

The process color (four color CMYK) of #af268c color hex is 0.00, 0.78, 0.20, 0.31. Web safe color of #af268c is #993399. Color #af268c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100110 10001100
Octal 257 46 214
Decimal 175 38 140
Hex AF 26 8C

RGB Percentages of Color #af268c

%49.58
%10.76
%39.66

CMYK Percentages of Color #af268c

%0
%78
%20
%31

Triadic Colors of #af268c

#af268c #8caf26 #268caf

Analogous Colors of #af268c

#af268c #af2648 #8e26af

Monochromatic Colors of #af268c

#af268c

Complementary Color

#af268c #26af49

#af268c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af268c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af268c Color CSS Codes

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

#af268c Text Font Color

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

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


#af268c Background Color

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

This div background color is #af268c


#af268c Border Color

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

This div border color is #af268c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af268c


Comments

No comments written yet.

Please login to write comment.