Color Hex Logo

#af3fdc Color Hex

#AF3FDC
(175,63,220)
0 Favorites   0 Comments

Color spaces of #af3fdc

RGB 17563220
HSL0.790.690.55
HSV283°71°86°
CMYK 0.200.710.00   0.14
XYZ32.375017.836369.4465
Yxy17.83630.27060.1491
Hunter Lab42.233062.9267-67.9312
CIE-Lab49.297067.7365-59.5769

#af3fdc color RGB value is (175,63,220).

#af3fdc hex color red value is 175, green value is 63 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #af3fdc hue: 0.79 , saturation: 0.69 and the lightness value of af3fdc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111111 11011100
Octal 257 77 334
Decimal 175 63 220
Hex AF 3F DC

RGB Percentages of Color #af3fdc

%38.21
%13.76
%48.03

CMYK Percentages of Color #af3fdc

%20
%71
%0
%14

Triadic Colors of #af3fdc

#af3fdc #dcaf3f #3fdcaf

Analogous Colors of #af3fdc

#af3fdc #dc3fbb #613fdc

Monochromatic Colors of #af3fdc

#af3fdc

Complementary Color

#af3fdc #6cdc3f

#af3fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3fdc Color CSS Codes

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

#af3fdc Text Font Color

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

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


#af3fdc Background Color

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

This div background color is #af3fdc


#af3fdc Border Color

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

This div border color is #af3fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3fdc


Comments

No comments written yet.

Please login to write comment.