Color Hex Logo

#af90cd Color Hex

#AF90CD
(175,144,205)
0 Favorites   0 Comments

Color spaces of #af90cd

RGB 175144205
HSL0.750.380.68
HSV270°30°80°
CMYK 0.150.300.00   0.20
XYZ38.671933.468362.1794
Yxy33.46830.28790.2492
Hunter Lab57.851818.0804-23.2289
CIE-Lab64.538323.3528-27.0711

#af90cd color RGB value is (175,144,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010000 11001101
Octal 257 220 315
Decimal 175 144 205
Hex AF 90 CD

RGB Percentages of Color #af90cd

%33.40
%27.48
%39.12

CMYK Percentages of Color #af90cd

%15
%30
%0
%20

Triadic Colors of #af90cd

#af90cd #cdaf90 #90cdaf

Analogous Colors of #af90cd

#af90cd #cd90cd #9190cd

Monochromatic Colors of #af90cd

#af90cd

Complementary Color

#af90cd #aecd90

#af90cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af90cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af90cd Color CSS Codes

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

#af90cd Text Font Color

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

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


#af90cd Background Color

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

This div background color is #af90cd


#af90cd Border Color

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

This div border color is #af90cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af90cd


Comments

No comments written yet.

Please login to write comment.