Color Hex Logo

#af67de Color Hex

#AF67DE
(175,103,222)
0 Favorites   0 Comments

Color spaces of #af67de

RGB 175103222
HSL0.770.640.64
HSV276°54°87°
CMYK 0.210.540.00   0.13
XYZ35.714324.088471.8744
Yxy24.08840.27120.1829
Hunter Lab49.079944.0003-52.4704
CIE-Lab56.176249.6996-49.6994

#af67de color RGB value is (175,103,222).

#af67de hex color red value is 175, green value is 103 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #af67de hue: 0.77 , saturation: 0.64 and the lightness value of af67de is 0.64.

The process color (four color CMYK) of #af67de color hex is 0.21, 0.54, 0.00, 0.13. Web safe color of #af67de is #9966cc. Color #af67de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100111 11011110
Octal 257 147 336
Decimal 175 103 222
Hex AF 67 DE

RGB Percentages of Color #af67de

%35.00
%20.60
%44.40

CMYK Percentages of Color #af67de

%21
%54
%0
%13

Triadic Colors of #af67de

#af67de #deaf67 #67deaf

Analogous Colors of #af67de

#af67de #de67d2 #7467de

Monochromatic Colors of #af67de

#af67de

Complementary Color

#af67de #96de67

#af67de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af67de Color Preview on White Background

Lorem ipsum dolor sit amet.

#af67de Color CSS Codes

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

#af67de Text Font Color

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

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


#af67de Background Color

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

This div background color is #af67de


#af67de Border Color

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

This div border color is #af67de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af67de


Comments

No comments written yet.

Please login to write comment.