Color Hex Logo

#af65bc Color Hex

#AF65BC
(175,101,188)
0 Favorites   0 Comments

Color spaces of #af65bc

RGB 175101188
HSL0.810.390.57
HSV291°46°74°
CMYK 0.070.460.00   0.26
XYZ31.410022.052250.1780
Yxy22.05220.30310.2128
Hunter Lab46.959837.2138-30.4814
CIE-Lab54.082343.6054-33.6515

#af65bc color RGB value is (175,101,188).

#af65bc hex color red value is 175, green value is 101 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #af65bc hue: 0.81 , saturation: 0.39 and the lightness value of af65bc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100101 10111100
Octal 257 145 274
Decimal 175 101 188
Hex AF 65 BC

RGB Percentages of Color #af65bc

%37.72
%21.77
%40.52

CMYK Percentages of Color #af65bc

%7
%46
%0
%26

Triadic Colors of #af65bc

#af65bc #bcaf65 #65bcaf

Analogous Colors of #af65bc

#af65bc #bc659e #8465bc

Monochromatic Colors of #af65bc

#af65bc

Complementary Color

#af65bc #72bc65

#af65bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af65bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af65bc Color CSS Codes

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

#af65bc Text Font Color

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

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


#af65bc Background Color

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

This div background color is #af65bc


#af65bc Border Color

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

This div border color is #af65bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af65bc


Comments

No comments written yet.

Please login to write comment.