Color Hex Logo

#af5cdb Color Hex

#AF5CDB
(175,92,219)
0 Favorites   0 Comments

Color spaces of #af5cdb

RGB 17592219
HSL0.780.640.61
HSV279°58°86°
CMYK 0.200.580.00   0.14
XYZ34.292521.882769.4342
Yxy21.88270.27300.1742
Hunter Lab46.778948.9908-55.2591
CIE-Lab53.902354.6479-51.6264

#af5cdb color RGB value is (175,92,219).

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

The process color (four color CMYK) of #af5cdb color hex is 0.20, 0.58, 0.00, 0.14. Web safe color of #af5cdb is #9966cc. Color #af5cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011100 11011011
Octal 257 134 333
Decimal 175 92 219
Hex AF 5C DB

RGB Percentages of Color #af5cdb

%36.01
%18.93
%45.06

CMYK Percentages of Color #af5cdb

%20
%58
%0
%14

Triadic Colors of #af5cdb

#af5cdb #dbaf5c #5cdbaf

Analogous Colors of #af5cdb

#af5cdb #db5cc8 #705cdb

Monochromatic Colors of #af5cdb

#af5cdb

Complementary Color

#af5cdb #88db5c

#af5cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5cdb Color CSS Codes

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

#af5cdb Text Font Color

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

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


#af5cdb Background Color

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

This div background color is #af5cdb


#af5cdb Border Color

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

This div border color is #af5cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5cdb


Comments

No comments written yet.

Please login to write comment.