Color Hex Logo

#af90fb Color Hex

#AF90FB
(175,144,251)
0 Favorites   0 Comments

Color spaces of #af90fb

RGB 175144251
HSL0.710.930.77
HSV257°43°98°
CMYK 0.300.430.00   0.02
XYZ45.065036.025595.8452
Yxy36.02550.25470.2036
Hunter Lab60.021228.9837-52.6626
CIE-Lab66.539434.1121-49.3663

#af90fb color RGB value is (175,144,251).

#af90fb hex color red value is 175, green value is 144 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #af90fb hue: 0.71 , saturation: 0.93 and the lightness value of af90fb is 0.77.

The process color (four color CMYK) of #af90fb color hex is 0.30, 0.43, 0.00, 0.02. Web safe color of #af90fb is #9999ff. Color #af90fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010000 11111011
Octal 257 220 373
Decimal 175 144 251
Hex AF 90 FB

RGB Percentages of Color #af90fb

%30.70
%25.26
%44.04

CMYK Percentages of Color #af90fb

%30
%43
%0
%2

Triadic Colors of #af90fb

#af90fb #fbaf90 #90fbaf

Analogous Colors of #af90fb

#af90fb #e590fb #90a7fb

Monochromatic Colors of #af90fb

#af90fb

Complementary Color

#af90fb #dcfb90

#af90fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af90fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af90fb Color CSS Codes

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

#af90fb Text Font Color

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

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


#af90fb Background Color

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

This div background color is #af90fb


#af90fb Border Color

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

This div border color is #af90fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af90fb


Comments

No comments written yet.

Please login to write comment.