Color Hex Logo

#af92fc Color Hex

#AF92FC
(175,146,252)
0 Favorites   0 Comments

Color spaces of #af92fc

RGB 175146252
HSL0.710.950.78
HSV256°42°99°
CMYK 0.310.420.00   0.01
XYZ45.528836.700096.7796
Yxy36.70000.25430.2050
Hunter Lab60.580528.1343-52.3116
CIE-Lab67.051333.2385-49.1045

#af92fc color RGB value is (175,146,252).

#af92fc hex color red value is 175, green value is 146 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #af92fc hue: 0.71 , saturation: 0.95 and the lightness value of af92fc is 0.78.

The process color (four color CMYK) of #af92fc color hex is 0.31, 0.42, 0.00, 0.01. Web safe color of #af92fc is #9999ff. Color #af92fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010010 11111100
Octal 257 222 374
Decimal 175 146 252
Hex AF 92 FC

RGB Percentages of Color #af92fc

%30.54
%25.48
%43.98

CMYK Percentages of Color #af92fc

%31
%42
%0
%1

Triadic Colors of #af92fc

#af92fc #fcaf92 #92fcaf

Analogous Colors of #af92fc

#af92fc #e492fc #92aafc

Monochromatic Colors of #af92fc

#af92fc

Complementary Color

#af92fc #dffc92

#af92fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af92fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af92fc Color CSS Codes

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

#af92fc Text Font Color

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

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


#af92fc Background Color

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

This div background color is #af92fc


#af92fc Border Color

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

This div border color is #af92fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af92fc

Related Colors


Comments

No comments written yet.

Please login to write comment.