Color Hex Logo

#af67cf Color Hex

#AF67CF
(175,103,207)
0 Favorites   0 Comments

Color spaces of #af67cf

RGB 175103207
HSL0.780.520.61
HSV282°50°81°
CMYK 0.150.500.00   0.19
XYZ33.791923.319461.7516
Yxy23.31940.28430.1962
Hunter Lab48.290240.4008-42.0146
CIE-Lab55.399846.4526-42.4457

#af67cf color RGB value is (175,103,207).

#af67cf hex color red value is 175, green value is 103 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #af67cf hue: 0.78 , saturation: 0.52 and the lightness value of af67cf is 0.61.

The process color (four color CMYK) of #af67cf color hex is 0.15, 0.50, 0.00, 0.19. Web safe color of #af67cf is #9966cc. Color #af67cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100111 11001111
Octal 257 147 317
Decimal 175 103 207
Hex AF 67 CF

RGB Percentages of Color #af67cf

%36.08
%21.24
%42.68

CMYK Percentages of Color #af67cf

%15
%50
%0
%19

Triadic Colors of #af67cf

#af67cf #cfaf67 #67cfaf

Analogous Colors of #af67cf

#af67cf #cf67bb #7b67cf

Monochromatic Colors of #af67cf

#af67cf

Complementary Color

#af67cf #87cf67

#af67cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af67cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af67cf Color CSS Codes

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

#af67cf Text Font Color

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

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


#af67cf Background Color

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

This div background color is #af67cf


#af67cf Border Color

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

This div border color is #af67cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af67cf


Comments

No comments written yet.

Please login to write comment.