Color Hex Logo

#af27be Color Hex

#AF27BE
(175,39,190)
0 Favorites   0 Comments

Color spaces of #af27be

RGB 17539190
HSL0.820.660.45
HSV294°79°75°
CMYK 0.080.790.00   0.25
XYZ27.699014.282750.0121
Yxy14.28270.30110.1553
Hunter Lab37.792564.6901-52.0058
CIE-Lab44.635770.1356-49.7685

#af27be color RGB value is (175,39,190).

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

The process color (four color CMYK) of #af27be color hex is 0.08, 0.79, 0.00, 0.25. Web safe color of #af27be is #9933cc. Color #af27be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100111 10111110
Octal 257 47 276
Decimal 175 39 190
Hex AF 27 BE

RGB Percentages of Color #af27be

%43.32
%9.65
%47.03

CMYK Percentages of Color #af27be

%8
%79
%0
%25

Triadic Colors of #af27be

#af27be #beaf27 #27beaf

Analogous Colors of #af27be

#af27be #be2782 #6327be

Monochromatic Colors of #af27be

#af27be

Complementary Color

#af27be #36be27

#af27be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af27be Color Preview on White Background

Lorem ipsum dolor sit amet.

#af27be Color CSS Codes

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

#af27be Text Font Color

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

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


#af27be Background Color

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

This div background color is #af27be


#af27be Border Color

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

This div border color is #af27be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af27be


Comments

No comments written yet.

Please login to write comment.