Color Hex Logo

#af7dbc Color Hex

#AF7DBC
(175,125,188)
0 Favorites   0 Comments

Color spaces of #af7dbc

RGB 175125188
HSL0.800.320.61
HSV288°34°74°
CMYK 0.070.340.00   0.26
XYZ34.089927.412051.0713
Yxy27.41200.30280.2435
Hunter Lab52.356524.5996-21.1851
CIE-Lab59.353830.4480-25.4742

#af7dbc color RGB value is (175,125,188).

#af7dbc hex color red value is 175, green value is 125 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #af7dbc hue: 0.80 , saturation: 0.32 and the lightness value of af7dbc is 0.61.

The process color (four color CMYK) of #af7dbc color hex is 0.07, 0.34, 0.00, 0.26. Web safe color of #af7dbc is #9966cc. Color #af7dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111101 10111100
Octal 257 175 274
Decimal 175 125 188
Hex AF 7D BC

RGB Percentages of Color #af7dbc

%35.86
%25.61
%38.52

CMYK Percentages of Color #af7dbc

%7
%34
%0
%26

Triadic Colors of #af7dbc

#af7dbc #bcaf7d #7dbcaf

Analogous Colors of #af7dbc

#af7dbc #bc7daa #907dbc

Monochromatic Colors of #af7dbc

#af7dbc

Complementary Color

#af7dbc #8abc7d

#af7dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7dbc Color CSS Codes

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

#af7dbc Text Font Color

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

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


#af7dbc Background Color

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

This div background color is #af7dbc


#af7dbc Border Color

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

This div border color is #af7dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7dbc


Comments

No comments written yet.

Please login to write comment.