Color Hex Logo

#af27fc Color Hex

#AF27FC
(175,39,252)
0 Favorites   0 Comments

Color spaces of #af27fc

RGB 17539252
HSL0.770.970.57
HSV278°85°99°
CMYK 0.310.850.00   0.01
XYZ35.975417.593393.5952
Yxy17.59330.24450.1195
Hunter Lab41.944479.6956-102.9394
CIE-Lab48.999181.5127-78.0964

#af27fc color RGB value is (175,39,252).

#af27fc hex color red value is 175, green value is 39 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #af27fc hue: 0.77 , saturation: 0.97 and the lightness value of af27fc is 0.57.

The process color (four color CMYK) of #af27fc color hex is 0.31, 0.85, 0.00, 0.01. Web safe color of #af27fc is #9933ff. Color #af27fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100111 11111100
Octal 257 47 374
Decimal 175 39 252
Hex AF 27 FC

RGB Percentages of Color #af27fc

%37.55
%8.37
%54.08

CMYK Percentages of Color #af27fc

%31
%85
%0
%1

Triadic Colors of #af27fc

#af27fc #fcaf27 #27fcaf

Analogous Colors of #af27fc

#af27fc #fc27df #4427fc

Monochromatic Colors of #af27fc

#af27fc

Complementary Color

#af27fc #74fc27

#af27fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af27fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af27fc Color CSS Codes

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

#af27fc Text Font Color

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

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


#af27fc Background Color

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

This div background color is #af27fc


#af27fc Border Color

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

This div border color is #af27fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af27fc


Comments

No comments written yet.

Please login to write comment.