Color Hex Logo

#af2bbc Color Hex

#AF2BBC
(175,43,188)
0 Favorites   0 Comments

Color spaces of #af2bbc

RGB 17543188
HSL0.820.630.45
HSV295°77°74°
CMYK 0.070.770.00   0.26
XYZ27.620214.472648.9147
Yxy14.47260.30350.1590
Hunter Lab38.042963.0210-49.6038
CIE-Lab44.903268.6677-48.1701

#af2bbc color RGB value is (175,43,188).

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

The process color (four color CMYK) of #af2bbc color hex is 0.07, 0.77, 0.00, 0.26. Web safe color of #af2bbc is #9933cc. Color #af2bbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101011 10111100
Octal 257 53 274
Decimal 175 43 188
Hex AF 2B BC

RGB Percentages of Color #af2bbc

%43.10
%10.59
%46.31

CMYK Percentages of Color #af2bbc

%7
%77
%0
%26

Triadic Colors of #af2bbc

#af2bbc #bcaf2b #2bbcaf

Analogous Colors of #af2bbc

#af2bbc #bc2b81 #672bbc

Monochromatic Colors of #af2bbc

#af2bbc

Complementary Color

#af2bbc #38bc2b

#af2bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2bbc Color CSS Codes

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

#af2bbc Text Font Color

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

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


#af2bbc Background Color

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

This div background color is #af2bbc


#af2bbc Border Color

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

This div border color is #af2bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2bbc


Comments

No comments written yet.

Please login to write comment.