Color Hex Logo

#af26cc Color Hex

#AF26CC
(175,38,204)
0 Favorites   0 Comments

Color spaces of #af26cc

RGB 17538204
HSL0.800.690.47
HSV290°81°80°
CMYK 0.140.810.00   0.20
XYZ29.271414.859858.4522
Yxy14.85980.28530.1449
Hunter Lab38.548468.0827-62.9195
CIE-Lab45.441672.8195-56.6125

#af26cc color RGB value is (175,38,204).

#af26cc hex color red value is 175, green value is 38 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #af26cc hue: 0.80 , saturation: 0.69 and the lightness value of af26cc is 0.47.

The process color (four color CMYK) of #af26cc color hex is 0.14, 0.81, 0.00, 0.20. Web safe color of #af26cc is #9933cc. Color #af26cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100110 11001100
Octal 257 46 314
Decimal 175 38 204
Hex AF 26 CC

RGB Percentages of Color #af26cc

%41.97
%9.11
%48.92

CMYK Percentages of Color #af26cc

%14
%81
%0
%20

Triadic Colors of #af26cc

#af26cc #ccaf26 #26ccaf

Analogous Colors of #af26cc

#af26cc #cc2696 #5c26cc

Monochromatic Colors of #af26cc

#af26cc

Complementary Color

#af26cc #43cc26

#af26cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af26cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af26cc Color CSS Codes

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

#af26cc Text Font Color

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

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


#af26cc Background Color

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

This div background color is #af26cc


#af26cc Border Color

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

This div border color is #af26cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af26cc


Comments

No comments written yet.

Please login to write comment.