Color Hex Logo

#af6bca Color Hex

#AF6BCA
(175,107,202)
0 Favorites   0 Comments

Color spaces of #af6bca

RGB 175107202
HSL0.790.470.61
HSV283°47°79°
CMYK 0.130.470.00   0.21
XYZ33.597623.893658.7183
Yxy23.89360.28910.2056
Hunter Lab48.881137.1471-37.0052
CIE-Lab55.981143.2669-38.6872

#af6bca color RGB value is (175,107,202).

#af6bca hex color red value is 175, green value is 107 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #af6bca hue: 0.79 , saturation: 0.47 and the lightness value of af6bca is 0.61.

The process color (four color CMYK) of #af6bca color hex is 0.13, 0.47, 0.00, 0.21. Web safe color of #af6bca is #9966cc. Color #af6bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01101011 11001010
Octal 257 153 312
Decimal 175 107 202
Hex AF 6B CA

RGB Percentages of Color #af6bca

%36.16
%22.11
%41.74

CMYK Percentages of Color #af6bca

%13
%47
%0
%21

Triadic Colors of #af6bca

#af6bca #caaf6b #6bcaaf

Analogous Colors of #af6bca

#af6bca #ca6bb6 #806bca

Monochromatic Colors of #af6bca

#af6bca

Complementary Color

#af6bca #86ca6b

#af6bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af6bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#af6bca Color CSS Codes

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

#af6bca Text Font Color

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

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


#af6bca Background Color

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

This div background color is #af6bca


#af6bca Border Color

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

This div border color is #af6bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af6bca


Comments

No comments written yet.

Please login to write comment.