Color Hex Logo

#af2ecd Color Hex

#AF2ECD
(175,46,205)
0 Favorites   0 Comments

Color spaces of #af2ecd

RGB 17546205
HSL0.800.630.49
HSV289°78°80°
CMYK 0.150.780.00   0.20
XYZ29.675615.475759.1806
Yxy15.47570.28440.1483
Hunter Lab39.339265.8084-61.6566
CIE-Lab46.279070.7571-55.8411

#af2ecd color RGB value is (175,46,205).

#af2ecd hex color red value is 175, green value is 46 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #af2ecd hue: 0.80 , saturation: 0.63 and the lightness value of af2ecd is 0.49.

The process color (four color CMYK) of #af2ecd color hex is 0.15, 0.78, 0.00, 0.20. Web safe color of #af2ecd is #9933cc. Color #af2ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101110 11001101
Octal 257 56 315
Decimal 175 46 205
Hex AF 2E CD

RGB Percentages of Color #af2ecd

%41.08
%10.80
%48.12

CMYK Percentages of Color #af2ecd

%15
%78
%0
%20

Triadic Colors of #af2ecd

#af2ecd #cdaf2e #2ecdaf

Analogous Colors of #af2ecd

#af2ecd #cd2e9c #602ecd

Monochromatic Colors of #af2ecd

#af2ecd

Complementary Color

#af2ecd #4ccd2e

#af2ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2ecd Color CSS Codes

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

#af2ecd Text Font Color

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

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


#af2ecd Background Color

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

This div background color is #af2ecd


#af2ecd Border Color

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

This div border color is #af2ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2ecd


Comments

No comments written yet.

Please login to write comment.