Color Hex Logo

#af92cd Color Hex

#AF92CD
(175,146,205)
0 Favorites   0 Comments

Color spaces of #af92cd

RGB 175146205
HSL0.750.370.69
HSV269°29°80°
CMYK 0.150.290.00   0.20
XYZ38.977534.079562.2813
Yxy34.07950.28800.2518
Hunter Lab58.377617.0197-22.3903
CIE-Lab65.025622.2257-26.3215

#af92cd color RGB value is (175,146,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010010 11001101
Octal 257 222 315
Decimal 175 146 205
Hex AF 92 CD

RGB Percentages of Color #af92cd

%33.27
%27.76
%38.97

CMYK Percentages of Color #af92cd

%15
%29
%0
%20

Triadic Colors of #af92cd

#af92cd #cdaf92 #92cdaf

Analogous Colors of #af92cd

#af92cd #cd92cd #9293cd

Monochromatic Colors of #af92cd

#af92cd

Complementary Color

#af92cd #b0cd92

#af92cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af92cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af92cd Color CSS Codes

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

#af92cd Text Font Color

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

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


#af92cd Background Color

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

This div background color is #af92cd


#af92cd Border Color

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

This div border color is #af92cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af92cd


Comments

No comments written yet.

Please login to write comment.