color codes Logo

#af3ccd color codes

#AF3CCD
(175,60,205)
0 Favorites   0 Comments

Color spaces of #af3ccd

RGB 17560205
HSL0.800.590.52
HSV288°71°80°
CMYK 0.150.710.00   0.20
XYZ30.314516.753559.3936
Yxy16.75350.28470.1574
Hunter Lab40.931060.5720-57.3819
CIE-Lab47.947965.9803-53.1592

#af3ccd color RGB value is (175,60,205).

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

The process color (four color CMYK) of #af3ccd color code is 0.15, 0.71, 0.00, 0.20. Web safe color of #af3ccd is #9933cc. Color #af3ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111100 11001101
Octal 257 74 315
Decimal 175 60 205
Hex AF 3C CD

RGB Percentages of Color #af3ccd

%39.77
%13.64
%46.59

CMYK Percentages of Color #af3ccd

%15
%71
%0
%20

Triadic Colors of #af3ccd

#af3ccd #cdaf3c #3ccdaf

Analogous Colors of #af3ccd

#af3ccd #cd3ca3 #673ccd

Monochromatic Colors of #af3ccd

#af3ccd

Complementary Color

#af3ccd #5acd3c

#af3ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3ccd Color CSS Codes

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

#af3ccd Text Font Color

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

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


#af3ccd Background Color

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

This div background color is #af3ccd


#af3ccd Border Color

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

This div border color is #af3ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3ccd


Comments

No comments written yet.

Please login to write comment.