Color Hex Logo

#af2695 Color Hex

#AF2695
(175,38,149)
0 Favorites   0 Comments

Color spaces of #af2695

RGB 17538149
HSL0.860.640.42
HSV311°78°69°
CMYK 0.000.780.15   0.31
XYZ23.797112.670129.6251
Yxy12.67010.36010.1917
Hunter Lab35.595157.0448-24.4294
CIE-Lab42.261964.0075-29.1459

#af2695 color RGB value is (175,38,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100110 10010101
Octal 257 46 225
Decimal 175 38 149
Hex AF 26 95

RGB Percentages of Color #af2695

%48.34
%10.50
%41.16

CMYK Percentages of Color #af2695

%0
%78
%15
%31

Triadic Colors of #af2695

#af2695 #95af26 #2695af

Analogous Colors of #af2695

#af2695 #af2651 #8526af

Monochromatic Colors of #af2695

#af2695

Complementary Color

#af2695 #26af40

#af2695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2695 Color CSS Codes

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

#af2695 Text Font Color

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

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


#af2695 Background Color

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

This div background color is #af2695


#af2695 Border Color

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

This div border color is #af2695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2695


Comments

No comments written yet.

Please login to write comment.