Color Hex Logo

#af82be Color Hex

#AF82BE
(175,130,190)
0 Favorites   0 Comments

Color spaces of #af82be

RGB 175130190
HSL0.790.320.63
HSV285°32°75°
CMYK 0.080.320.00   0.25
XYZ34.956128.796952.4312
Yxy28.79690.30090.2479
Hunter Lab53.662722.3657-20.3654
CIE-Lab60.602028.0515-24.6893

#af82be color RGB value is (175,130,190).

#af82be hex color red value is 175, green value is 130 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #af82be hue: 0.79 , saturation: 0.32 and the lightness value of af82be is 0.63.

The process color (four color CMYK) of #af82be color hex is 0.08, 0.32, 0.00, 0.25. Web safe color of #af82be is #9999cc. Color #af82be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000010 10111110
Octal 257 202 276
Decimal 175 130 190
Hex AF 82 BE

RGB Percentages of Color #af82be

%35.35
%26.26
%38.38

CMYK Percentages of Color #af82be

%8
%32
%0
%25

Triadic Colors of #af82be

#af82be #beaf82 #82beaf

Analogous Colors of #af82be

#af82be #be82af #9182be

Monochromatic Colors of #af82be

#af82be

Complementary Color

#af82be #91be82

#af82be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af82be Color Preview on White Background

Lorem ipsum dolor sit amet.

#af82be Color CSS Codes

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

#af82be Text Font Color

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

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


#af82be Background Color

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

This div background color is #af82be


#af82be Border Color

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

This div border color is #af82be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af82be


Comments

No comments written yet.

Please login to write comment.