Color Hex Logo

#af5dcd Color Hex

#AF5DCD
(175,93,205)
0 Favorites   0 Comments

Color spaces of #af5dcd

RGB 17593205
HSL0.790.530.58
HSV284°55°80°
CMYK 0.150.550.00   0.20
XYZ32.613021.350460.1598
Yxy21.35040.28580.1871
Hunter Lab46.206545.1257-44.8497
CIE-Lab53.330951.2025-44.5779

#af5dcd color RGB value is (175,93,205).

#af5dcd hex color red value is 175, green value is 93 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #af5dcd hue: 0.79 , saturation: 0.53 and the lightness value of af5dcd is 0.58.

The process color (four color CMYK) of #af5dcd color hex is 0.15, 0.55, 0.00, 0.20. Web safe color of #af5dcd is #9966cc. Color #af5dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011101 11001101
Octal 257 135 315
Decimal 175 93 205
Hex AF 5D CD

RGB Percentages of Color #af5dcd

%37.00
%19.66
%43.34

CMYK Percentages of Color #af5dcd

%15
%55
%0
%20

Triadic Colors of #af5dcd

#af5dcd #cdaf5d #5dcdaf

Analogous Colors of #af5dcd

#af5dcd #cd5db3 #775dcd

Monochromatic Colors of #af5dcd

#af5dcd

Complementary Color

#af5dcd #7bcd5d

#af5dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5dcd Color CSS Codes

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

#af5dcd Text Font Color

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

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


#af5dcd Background Color

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

This div background color is #af5dcd


#af5dcd Border Color

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

This div border color is #af5dcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,93,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 #af5dcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5dcd


Comments

No comments written yet.

Please login to write comment.