Color Hex Logo

#af82d4 Color Hex

#AF82D4
(175,130,212)
0 Favorites   0 Comments

Color spaces of #af82d4

RGB 175130212
HSL0.760.490.67
HSV273°39°83°
CMYK 0.170.390.00   0.17
XYZ37.545529.832766.0668
Yxy29.83270.28140.2236
Hunter Lab54.619327.1177-33.4829
CIE-Lab61.509632.7749-35.6812

#af82d4 color RGB value is (175,130,212).

#af82d4 hex color red value is 175, green value is 130 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #af82d4 hue: 0.76 , saturation: 0.49 and the lightness value of af82d4 is 0.67.

The process color (four color CMYK) of #af82d4 color hex is 0.17, 0.39, 0.00, 0.17. Web safe color of #af82d4 is #9999cc. Color #af82d4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000010 11010100
Octal 257 202 324
Decimal 175 130 212
Hex AF 82 D4

RGB Percentages of Color #af82d4

%33.85
%25.15
%41.01

CMYK Percentages of Color #af82d4

%17
%39
%0
%17

Triadic Colors of #af82d4

#af82d4 #d4af82 #82d4af

Analogous Colors of #af82d4

#af82d4 #d482d0 #8682d4

Monochromatic Colors of #af82d4

#af82d4

Complementary Color

#af82d4 #a7d482

#af82d4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af82d4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af82d4 Color CSS Codes

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

#af82d4 Text Font Color

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

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


#af82d4 Background Color

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

This div background color is #af82d4


#af82d4 Border Color

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

This div border color is #af82d4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af82d4


Comments

No comments written yet.

Please login to write comment.