Color Hex Logo

#af85bc Color Hex

#AF85BC
(175,133,188)
0 Favorites   0 Comments

Color spaces of #af85bc

RGB 175133188
HSL0.790.290.63
HSV286°29°74°
CMYK 0.070.290.00   0.26
XYZ35.143829.519951.4226
Yxy29.51990.30270.2543
Hunter Lab54.332220.3781-18.0823
CIE-Lab61.237825.9511-22.5814

#af85bc color RGB value is (175,133,188).

#af85bc hex color red value is 175, green value is 133 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #af85bc hue: 0.79 , saturation: 0.29 and the lightness value of af85bc is 0.63.

The process color (four color CMYK) of #af85bc color hex is 0.07, 0.29, 0.00, 0.26. Web safe color of #af85bc is #9999cc. Color #af85bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000101 10111100
Octal 257 205 274
Decimal 175 133 188
Hex AF 85 BC

RGB Percentages of Color #af85bc

%35.28
%26.81
%37.90

CMYK Percentages of Color #af85bc

%7
%29
%0
%26

Triadic Colors of #af85bc

#af85bc #bcaf85 #85bcaf

Analogous Colors of #af85bc

#af85bc #bc85ae #9485bc

Monochromatic Colors of #af85bc

#af85bc

Complementary Color

#af85bc #92bc85

#af85bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af85bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af85bc Color CSS Codes

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

#af85bc Text Font Color

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

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


#af85bc Background Color

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

This div background color is #af85bc


#af85bc Border Color

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

This div border color is #af85bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af85bc


Comments

No comments written yet.

Please login to write comment.