Color Hex Logo

#af2fcb Color Hex

#AF2FCB
(175,47,203)
0 Favorites   0 Comments

Color spaces of #af2fcb

RGB 17547203
HSL0.800.620.49
HSV289°77°80°
CMYK 0.140.770.00   0.20
XYZ29.475215.458857.9302
Yxy15.45880.28650.1503
Hunter Lab39.317765.0098-59.8348
CIE-Lab46.256370.0896-54.7225

#af2fcb color RGB value is (175,47,203).

#af2fcb hex color red value is 175, green value is 47 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #af2fcb hue: 0.80 , saturation: 0.62 and the lightness value of af2fcb is 0.49.

The process color (four color CMYK) of #af2fcb color hex is 0.14, 0.77, 0.00, 0.20. Web safe color of #af2fcb is #9933cc. Color #af2fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00101111 11001011
Octal 257 57 313
Decimal 175 47 203
Hex AF 2F CB

RGB Percentages of Color #af2fcb

%41.18
%11.06
%47.76

CMYK Percentages of Color #af2fcb

%14
%77
%0
%20

Triadic Colors of #af2fcb

#af2fcb #cbaf2f #2fcbaf

Analogous Colors of #af2fcb

#af2fcb #cb2f99 #612fcb

Monochromatic Colors of #af2fcb

#af2fcb

Complementary Color

#af2fcb #4bcb2f

#af2fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af2fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af2fcb Color CSS Codes

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

#af2fcb Text Font Color

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

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


#af2fcb Background Color

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

This div background color is #af2fcb


#af2fcb Border Color

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

This div border color is #af2fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af2fcb


Comments

No comments written yet.

Please login to write comment.