Color Hex Logo

#af3fce Color Hex

#AF3FCE
(175,63,206)
0 Favorites   0 Comments

Color spaces of #af3fce

RGB 17563206
HSL0.800.590.53
HSV287°69°81°
CMYK 0.150.690.00   0.19
XYZ30.597317.125260.0854
Yxy17.12520.28380.1588
Hunter Lab41.382659.5590-57.1182
CIE-Lab48.417465.0157-52.9818

#af3fce color RGB value is (175,63,206).

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

The process color (four color CMYK) of #af3fce color hex is 0.15, 0.69, 0.00, 0.19. Web safe color of #af3fce is #9933cc. Color #af3fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111111 11001110
Octal 257 77 316
Decimal 175 63 206
Hex AF 3F CE

RGB Percentages of Color #af3fce

%39.41
%14.19
%46.40

CMYK Percentages of Color #af3fce

%15
%69
%0
%19

Triadic Colors of #af3fce

#af3fce #ceaf3f #3fceaf

Analogous Colors of #af3fce

#af3fce #ce3fa6 #683fce

Monochromatic Colors of #af3fce

#af3fce

Complementary Color

#af3fce #5ece3f

#af3fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3fce Color CSS Codes

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

#af3fce Text Font Color

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

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


#af3fce Background Color

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

This div background color is #af3fce


#af3fce Border Color

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

This div border color is #af3fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3fce


Comments

No comments written yet.

Please login to write comment.