Color Hex Logo

#af58bc Color Hex

#AF58BC
(175,88,188)
0 Favorites   0 Comments

Color spaces of #af58bc

RGB 17588188
HSL0.810.430.54
HSV292°53°74°
CMYK 0.070.530.00   0.26
XYZ30.246019.724249.7900
Yxy19.72420.30320.1977
Hunter Lab44.411943.8435-35.3814
CIE-Lab51.523950.3090-37.6633

#af58bc color RGB value is (175,88,188).

#af58bc hex color red value is 175, green value is 88 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #af58bc hue: 0.81 , saturation: 0.43 and the lightness value of af58bc is 0.54.

The process color (four color CMYK) of #af58bc color hex is 0.07, 0.53, 0.00, 0.26. Web safe color of #af58bc is #9966cc. Color #af58bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011000 10111100
Octal 257 130 274
Decimal 175 88 188
Hex AF 58 BC

RGB Percentages of Color #af58bc

%38.80
%19.51
%41.69

CMYK Percentages of Color #af58bc

%7
%53
%0
%26

Triadic Colors of #af58bc

#af58bc #bcaf58 #58bcaf

Analogous Colors of #af58bc

#af58bc #bc5897 #7d58bc

Monochromatic Colors of #af58bc

#af58bc

Complementary Color

#af58bc #65bc58

#af58bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af58bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af58bc Color CSS Codes

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

#af58bc Text Font Color

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

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


#af58bc Background Color

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

This div background color is #af58bc


#af58bc Border Color

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

This div border color is #af58bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af58bc


Comments

No comments written yet.

Please login to write comment.