Color Hex Logo

#af38ba Color Hex

#AF38BA
(175,56,186)
0 Favorites   0 Comments

Color spaces of #af38ba

RGB 17556186
HSL0.820.540.47
HSV295°70°73°
CMYK 0.060.700.00   0.27
XYZ27.956315.487547.9703
Yxy15.48750.30580.1694
Hunter Lab39.354257.9326-44.7229
CIE-Lab46.294864.0074-44.7786

#af38ba color RGB value is (175,56,186).

#af38ba hex color red value is 175, green value is 56 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #af38ba hue: 0.82 , saturation: 0.54 and the lightness value of af38ba is 0.47.

The process color (four color CMYK) of #af38ba color hex is 0.06, 0.70, 0.00, 0.27. Web safe color of #af38ba is #9933cc. Color #af38ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111000 10111010
Octal 257 70 272
Decimal 175 56 186
Hex AF 38 BA

RGB Percentages of Color #af38ba

%41.97
%13.43
%44.60

CMYK Percentages of Color #af38ba

%6
%70
%0
%27

Triadic Colors of #af38ba

#af38ba #baaf38 #38baaf

Analogous Colors of #af38ba

#af38ba #ba3884 #6e38ba

Monochromatic Colors of #af38ba

#af38ba

Complementary Color

#af38ba #43ba38

#af38ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af38ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#af38ba Color CSS Codes

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

#af38ba Text Font Color

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

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


#af38ba Background Color

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

This div background color is #af38ba


#af38ba Border Color

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

This div border color is #af38ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af38ba


Comments

No comments written yet.

Please login to write comment.