Color Hex Logo

#af27ba Color Hex

#AF27BA
(175,39,186)
0 Favorites   0 Comments

Color spaces of #af27ba

RGB 17539186
HSL0.820.650.44
HSV296°79°73°
CMYK 0.060.790.00   0.27
XYZ27.267614.110247.7407
Yxy14.11020.30600.1583
Hunter Lab37.563563.8380-49.0591
CIE-Lab44.390669.4621-47.8186

#af27ba color RGB value is (175,39,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100111 10111010
Octal 257 47 272
Decimal 175 39 186
Hex AF 27 BA

RGB Percentages of Color #af27ba

%43.75
%9.75
%46.50

CMYK Percentages of Color #af27ba

%6
%79
%0
%27

Triadic Colors of #af27ba

#af27ba #baaf27 #27baaf

Analogous Colors of #af27ba

#af27ba #ba277c #6627ba

Monochromatic Colors of #af27ba

#af27ba

Complementary Color

#af27ba #32ba27

#af27ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af27ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#af27ba Color CSS Codes

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

#af27ba Text Font Color

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

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


#af27ba Background Color

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

This div background color is #af27ba


#af27ba Border Color

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

This div border color is #af27ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af27ba


Comments

No comments written yet.

Please login to write comment.