Color Hex Logo

#af26ca Color Hex

#AF26CA
(175,38,202)
0 Favorites   0 Comments

Color spaces of #af26ca

RGB 17538202
HSL0.810.680.47
HSV290°81°79°
CMYK 0.130.810.00   0.21
XYZ29.033014.764557.1967
Yxy14.76450.28750.1462
Hunter Lab38.424667.6286-61.3585
CIE-Lab45.309972.4677-55.6672

#af26ca color RGB value is (175,38,202).

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

The process color (four color CMYK) of #af26ca color hex is 0.13, 0.81, 0.00, 0.21. Web safe color of #af26ca is #9933cc. Color #af26ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100110 11001010
Octal 257 46 312
Decimal 175 38 202
Hex AF 26 CA

RGB Percentages of Color #af26ca

%42.17
%9.16
%48.67

CMYK Percentages of Color #af26ca

%13
%81
%0
%21

Triadic Colors of #af26ca

#af26ca #caaf26 #26caaf

Analogous Colors of #af26ca

#af26ca #ca2693 #5d26ca

Monochromatic Colors of #af26ca

#af26ca

Complementary Color

#af26ca #41ca26

#af26ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af26ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#af26ca Color CSS Codes

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

#af26ca Text Font Color

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

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


#af26ca Background Color

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

This div background color is #af26ca


#af26ca Border Color

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

This div border color is #af26ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af26ca


Comments

No comments written yet.

Please login to write comment.