Color Hex Logo

#af3dce Color Hex

#AF3DCE
(175,61,206)
0 Favorites   0 Comments

Color spaces of #af3dce

RGB 17561206
HSL0.800.600.52
HSV287°70°81°
CMYK 0.150.700.00   0.19
XYZ30.488516.907760.0491
Yxy16.90770.28380.1574
Hunter Lab41.119060.3943-57.8023
CIE-Lab48.143565.7896-53.4209

#af3dce color RGB value is (175,61,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111101 11001110
Octal 257 75 316
Decimal 175 61 206
Hex AF 3D CE

RGB Percentages of Color #af3dce

%39.59
%13.80
%46.61

CMYK Percentages of Color #af3dce

%15
%70
%0
%19

Triadic Colors of #af3dce

#af3dce #ceaf3d #3dceaf

Analogous Colors of #af3dce

#af3dce #ce3da5 #673dce

Monochromatic Colors of #af3dce

#af3dce

Complementary Color

#af3dce #5cce3d

#af3dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3dce Color CSS Codes

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

#af3dce Text Font Color

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

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


#af3dce Background Color

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

This div background color is #af3dce


#af3dce Border Color

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

This div border color is #af3dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3dce


Comments

No comments written yet.

Please login to write comment.