Color Hex Logo

#af26cd Color Hex

#AF26CD
(175,38,205)
0 Favorites   0 Comments

Color spaces of #af26cd

RGB 17538205
HSL0.800.690.48
HSV289°81°80°
CMYK 0.150.810.00   0.20
XYZ29.391814.908059.0860
Yxy14.90800.28430.1442
Hunter Lab38.610968.3107-63.7035
CIE-Lab45.507972.9958-57.0835

#af26cd color RGB value is (175,38,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100110 11001101
Octal 257 46 315
Decimal 175 38 205
Hex AF 26 CD

RGB Percentages of Color #af26cd

%41.87
%9.09
%49.04

CMYK Percentages of Color #af26cd

%15
%81
%0
%20

Triadic Colors of #af26cd

#af26cd #cdaf26 #26cdaf

Analogous Colors of #af26cd

#af26cd #cd2698 #5b26cd

Monochromatic Colors of #af26cd

#af26cd

Complementary Color

#af26cd #44cd26

#af26cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af26cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af26cd Color CSS Codes

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

#af26cd Text Font Color

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

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


#af26cd Background Color

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

This div background color is #af26cd


#af26cd Border Color

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

This div border color is #af26cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af26cd


Comments

No comments written yet.

Please login to write comment.