color codes Logo

#af7bcd color codes

#AF7BCD
(175,123,205)
0 Favorites   0 Comments

Color spaces of #af7bcd

RGB 175123205
HSL0.770.450.64
HSV278°40°80°
CMYK 0.150.400.00   0.20
XYZ35.781627.687761.2160
Yxy27.68770.28700.2221
Hunter Lab52.619129.2986-32.1434
CIE-Lab59.605535.1445-34.7144

#af7bcd color RGB value is (175,123,205).

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

The process color (four color CMYK) of #af7bcd color code is 0.15, 0.40, 0.00, 0.20. Web safe color of #af7bcd is #9966cc. Color #af7bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111011 11001101
Octal 257 173 315
Decimal 175 123 205
Hex AF 7B CD

RGB Percentages of Color #af7bcd

%34.79
%24.45
%40.76

CMYK Percentages of Color #af7bcd

%15
%40
%0
%20

Triadic Colors of #af7bcd

#af7bcd #cdaf7b #7bcdaf

Analogous Colors of #af7bcd

#af7bcd #cd7bc2 #867bcd

Monochromatic Colors of #af7bcd

#af7bcd

Complementary Color

#af7bcd #99cd7b

#af7bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7bcd Color CSS Codes

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

#af7bcd Text Font Color

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

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


#af7bcd Background Color

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

This div background color is #af7bcd


#af7bcd Border Color

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

This div border color is #af7bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7bcd


Comments

No comments written yet.

Please login to write comment.