Color Hex Logo

#af7ecc Color Hex

#AF7ECC
(175,126,204)
0 Favorites   0 Comments

Color spaces of #af7ecc

RGB 175126204
HSL0.770.430.65
HSV278°38°80°
CMYK 0.140.380.00   0.20
XYZ36.039128.395360.7081
Yxy28.39530.28800.2269
Hunter Lab53.287227.4700-30.2457
CIE-Lab60.244233.2556-33.1555

#af7ecc color RGB value is (175,126,204).

#af7ecc hex color red value is 175, green value is 126 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #af7ecc hue: 0.77 , saturation: 0.43 and the lightness value of af7ecc is 0.65.

The process color (four color CMYK) of #af7ecc color hex is 0.14, 0.38, 0.00, 0.20. Web safe color of #af7ecc is #9966cc. Color #af7ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111110 11001100
Octal 257 176 314
Decimal 175 126 204
Hex AF 7E CC

RGB Percentages of Color #af7ecc

%34.65
%24.95
%40.40

CMYK Percentages of Color #af7ecc

%14
%38
%0
%20

Triadic Colors of #af7ecc

#af7ecc #ccaf7e #7eccaf

Analogous Colors of #af7ecc

#af7ecc #cc7ec2 #887ecc

Monochromatic Colors of #af7ecc

#af7ecc

Complementary Color

#af7ecc #9bcc7e

#af7ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7ecc Color CSS Codes

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

#af7ecc Text Font Color

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

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


#af7ecc Background Color

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

This div background color is #af7ecc


#af7ecc Border Color

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

This div border color is #af7ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7ecc


Comments

No comments written yet.

Please login to write comment.