Color Hex Logo

#af90cf Color Hex

#AF90CF
(175,144,207)
0 Favorites   0 Comments

Color spaces of #af90cf

RGB 175144207
HSL0.750.400.69
HSV270°30°81°
CMYK 0.150.300.00   0.19
XYZ38.914933.565563.4592
Yxy33.56550.28630.2469
Hunter Lab57.935718.5093-24.3876
CIE-Lab64.616223.7915-28.0674

#af90cf color RGB value is (175,144,207).

#af90cf hex color red value is 175, green value is 144 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #af90cf hue: 0.75 , saturation: 0.40 and the lightness value of af90cf is 0.69.

The process color (four color CMYK) of #af90cf color hex is 0.15, 0.30, 0.00, 0.19. Web safe color of #af90cf is #9999cc. Color #af90cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010000 11001111
Octal 257 220 317
Decimal 175 144 207
Hex AF 90 CF

RGB Percentages of Color #af90cf

%33.27
%27.38
%39.35

CMYK Percentages of Color #af90cf

%15
%30
%0
%19

Triadic Colors of #af90cf

#af90cf #cfaf90 #90cfaf

Analogous Colors of #af90cf

#af90cf #cf90cf #9091cf

Monochromatic Colors of #af90cf

#af90cf

Complementary Color

#af90cf #b0cf90

#af90cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af90cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af90cf Color CSS Codes

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

#af90cf Text Font Color

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

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


#af90cf Background Color

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

This div background color is #af90cf


#af90cf Border Color

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

This div border color is #af90cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af90cf


Comments

No comments written yet.

Please login to write comment.