Color Hex Logo

#af6dec Color Hex

#AF6DEC
(175,109,236)
0 Favorites   0 Comments

Color spaces of #af6dec

RGB 175109236
HSL0.750.770.68
HSV271°54°93°
CMYK 0.260.540.00   0.07
XYZ38.288226.107482.3781
Yxy26.10740.26090.1779
Hunter Lab51.095444.3415-59.8230
CIE-Lab58.138949.7072-54.4159

#af6dec color RGB value is (175,109,236).

#af6dec hex color red value is 175, green value is 109 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #af6dec hue: 0.75 , saturation: 0.77 and the lightness value of af6dec is 0.68.

The process color (four color CMYK) of #af6dec color hex is 0.26, 0.54, 0.00, 0.07. Web safe color of #af6dec is #9966ff. Color #af6dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101101 11101100
Octal 257 155 354
Decimal 175 109 236
Hex AF 6D EC

RGB Percentages of Color #af6dec

%33.65
%20.96
%45.38

CMYK Percentages of Color #af6dec

%26
%54
%0
%7

Triadic Colors of #af6dec

#af6dec #ecaf6d #6decaf

Analogous Colors of #af6dec

#af6dec #ec6dea #706dec

Monochromatic Colors of #af6dec

#af6dec

Complementary Color

#af6dec #aaec6d

#af6dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6dec Color CSS Codes

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

#af6dec Text Font Color

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

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


#af6dec Background Color

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

This div background color is #af6dec


#af6dec Border Color

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

This div border color is #af6dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6dec


Comments

No comments written yet.

Please login to write comment.