Color Hex Logo

#af3fcb Color Hex

#AF3FCB
(175,63,203)
0 Favorites   0 Comments

Color spaces of #af3fcb

RGB 17563203
HSL0.800.570.52
HSV288°69°80°
CMYK 0.140.690.00   0.20
XYZ30.236216.980858.1839
Yxy16.98080.28690.1611
Hunter Lab41.207858.8608-54.8699
CIE-Lab48.235864.4450-51.5457

#af3fcb color RGB value is (175,63,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111111 11001011
Octal 257 77 313
Decimal 175 63 203
Hex AF 3F CB

RGB Percentages of Color #af3fcb

%39.68
%14.29
%46.03

CMYK Percentages of Color #af3fcb

%14
%69
%0
%20

Triadic Colors of #af3fcb

#af3fcb #cbaf3f #3fcbaf

Analogous Colors of #af3fcb

#af3fcb #cb3fa1 #693fcb

Monochromatic Colors of #af3fcb

#af3fcb

Complementary Color

#af3fcb #5bcb3f

#af3fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3fcb Color CSS Codes

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

#af3fcb Text Font Color

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

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


#af3fcb Background Color

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

This div background color is #af3fcb


#af3fcb Border Color

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

This div border color is #af3fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3fcb


Comments

No comments written yet.

Please login to write comment.