Color Hex Logo

#af3dde Color Hex

#AF3DDE
(175,61,222)
0 Favorites   0 Comments

Color spaces of #af3dde

RGB 17561222
HSL0.780.710.55
HSV282°73°87°
CMYK 0.210.730.00   0.13
XYZ32.532817.725470.8139
Yxy17.72540.26870.1464
Hunter Lab42.101564.2532-70.2534
CIE-Lab49.161368.8875-60.9333

#af3dde color RGB value is (175,61,222).

#af3dde hex color red value is 175, green value is 61 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #af3dde hue: 0.78 , saturation: 0.71 and the lightness value of af3dde is 0.55.

The process color (four color CMYK) of #af3dde color hex is 0.21, 0.73, 0.00, 0.13. Web safe color of #af3dde is #9933cc. Color #af3dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111101 11011110
Octal 257 75 336
Decimal 175 61 222
Hex AF 3D DE

RGB Percentages of Color #af3dde

%38.21
%13.32
%48.47

CMYK Percentages of Color #af3dde

%21
%73
%0
%13

Triadic Colors of #af3dde

#af3dde #deaf3d #3ddeaf

Analogous Colors of #af3dde

#af3dde #de3dbd #5f3dde

Monochromatic Colors of #af3dde

#af3dde

Complementary Color

#af3dde #6cde3d

#af3dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3dde Color CSS Codes

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

#af3dde Text Font Color

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

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


#af3dde Background Color

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

This div background color is #af3dde


#af3dde Border Color

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

This div border color is #af3dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3dde


Comments

No comments written yet.

Please login to write comment.