Color Hex Logo

#af57cb Color Hex

#AF57CB
(175,87,203)
0 Favorites   0 Comments

Color spaces of #af57cb

RGB 17587203
HSL0.790.530.57
HSV286°57°80°
CMYK 0.140.570.00   0.20
XYZ31.866920.242158.7275
Yxy20.24210.28750.1826
Hunter Lab44.991247.6954-45.8980
CIE-Lab52.109853.7756-45.3703

#af57cb color RGB value is (175,87,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010111 11001011
Octal 257 127 313
Decimal 175 87 203
Hex AF 57 CB

RGB Percentages of Color #af57cb

%37.63
%18.71
%43.66

CMYK Percentages of Color #af57cb

%14
%57
%0
%20

Triadic Colors of #af57cb

#af57cb #cbaf57 #57cbaf

Analogous Colors of #af57cb

#af57cb #cb57ad #7557cb

Monochromatic Colors of #af57cb

#af57cb

Complementary Color

#af57cb #73cb57

#af57cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af57cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af57cb Color CSS Codes

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

#af57cb Text Font Color

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

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


#af57cb Background Color

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

This div background color is #af57cb


#af57cb Border Color

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

This div border color is #af57cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af57cb


Comments

No comments written yet.

Please login to write comment.