Color Hex Logo

#af15cb Color Hex

#AF15CB
(175,21,203)
0 Favorites   0 Comments

Color spaces of #af15cb

RGB 17521203
HSL0.810.810.44
HSV291°90°80°
CMYK 0.140.900.00   0.20
XYZ28.726913.962157.6808
Yxy13.96210.28620.1391
Hunter Lab37.365971.8405-65.3684
CIE-Lab44.178576.1569-58.0719

#af15cb color RGB value is (175,21,203).

#af15cb hex color red value is 175, green value is 21 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #af15cb hue: 0.81 , saturation: 0.81 and the lightness value of af15cb is 0.44.

The process color (four color CMYK) of #af15cb color hex is 0.14, 0.90, 0.00, 0.20. Web safe color of #af15cb is #9900cc. Color #af15cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00010101 11001011
Octal 257 25 313
Decimal 175 21 203
Hex AF 15 CB

RGB Percentages of Color #af15cb

%43.86
%5.26
%50.88

CMYK Percentages of Color #af15cb

%14
%90
%0
%20

Triadic Colors of #af15cb

#af15cb #cbaf15 #15cbaf

Analogous Colors of #af15cb

#af15cb #cb158c #5415cb

Monochromatic Colors of #af15cb

#af15cb

Complementary Color

#af15cb #31cb15

#af15cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af15cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af15cb Color CSS Codes

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

#af15cb Text Font Color

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

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


#af15cb Background Color

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

This div background color is #af15cb


#af15cb Border Color

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

This div border color is #af15cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af15cb


Comments

No comments written yet.

Please login to write comment.