Color Hex Logo

#af59cb Color Hex

#AF59CB
(175,89,203)
0 Favorites   0 Comments

Color spaces of #af59cb

RGB 17589203
HSL0.790.520.57
HSV285°56°80°
CMYK 0.140.560.00   0.20
XYZ32.031120.570558.7822
Yxy20.57050.28760.1847
Hunter Lab45.354746.6923-45.0948
CIE-Lab52.476252.7921-44.7892

#af59cb color RGB value is (175,89,203).

#af59cb hex color red value is 175, green value is 89 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #af59cb hue: 0.79 , saturation: 0.52 and the lightness value of af59cb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011001 11001011
Octal 257 131 313
Decimal 175 89 203
Hex AF 59 CB

RGB Percentages of Color #af59cb

%37.47
%19.06
%43.47

CMYK Percentages of Color #af59cb

%14
%56
%0
%20

Triadic Colors of #af59cb

#af59cb #cbaf59 #59cbaf

Analogous Colors of #af59cb

#af59cb #cb59ae #7659cb

Monochromatic Colors of #af59cb

#af59cb

Complementary Color

#af59cb #75cb59

#af59cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af59cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af59cb Color CSS Codes

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

#af59cb Text Font Color

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

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


#af59cb Background Color

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

This div background color is #af59cb


#af59cb Border Color

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

This div border color is #af59cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af59cb


Comments

No comments written yet.

Please login to write comment.