Color Hex Logo

#af90ce Color Hex

#AF90CE
(175,144,206)
0 Favorites   0 Comments

Color spaces of #af90ce

RGB 175144206
HSL0.750.390.69
HSV270°30°81°
CMYK 0.150.300.00   0.19
XYZ38.793033.516762.8173
Yxy33.51670.28710.2480
Hunter Lab57.893618.2944-23.8069
CIE-Lab64.577123.5719-27.5696

#af90ce color RGB value is (175,144,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010000 11001110
Octal 257 220 316
Decimal 175 144 206
Hex AF 90 CE

RGB Percentages of Color #af90ce

%33.33
%27.43
%39.24

CMYK Percentages of Color #af90ce

%15
%30
%0
%19

Triadic Colors of #af90ce

#af90ce #ceaf90 #90ceaf

Analogous Colors of #af90ce

#af90ce #ce90ce #9090ce

Monochromatic Colors of #af90ce

#af90ce

Complementary Color

#af90ce #afce90

#af90ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af90ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#af90ce Color CSS Codes

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

#af90ce Text Font Color

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

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


#af90ce Background Color

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

This div background color is #af90ce


#af90ce Border Color

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

This div border color is #af90ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af90ce


Comments

No comments written yet.

Please login to write comment.