Color Hex Logo

#af03cd Color Hex

#AF03CD
(175,3,205)
0 Favorites   0 Comments

Color spaces of #af03cd

RGB 1753205
HSL0.810.970.41
HSV291°99°80°
CMYK 0.150.990.00   0.20
XYZ28.731213.586958.8658
Yxy13.58690.28400.1343
Hunter Lab36.860474.6278-68.8834
CIE-Lab43.634678.5182-60.1105

#af03cd color RGB value is (175,3,205).

#af03cd hex color red value is 175, green value is 3 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #af03cd hue: 0.81 , saturation: 0.97 and the lightness value of af03cd is 0.41.

The process color (four color CMYK) of #af03cd color hex is 0.15, 0.99, 0.00, 0.20. Web safe color of #af03cd is #9900cc. Color #af03cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00000011 11001101
Octal 257 3 315
Decimal 175 3 205
Hex AF 3 CD

RGB Percentages of Color #af03cd

%45.69
%0.78
%53.52

CMYK Percentages of Color #af03cd

%15
%99
%0
%20

Triadic Colors of #af03cd

#af03cd #cdaf03 #03cdaf

Analogous Colors of #af03cd

#af03cd #cd0386 #4a03cd

Monochromatic Colors of #af03cd

#af03cd

Complementary Color

#af03cd #21cd03

#af03cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af03cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#af03cd Color CSS Codes

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

#af03cd Text Font Color

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

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


#af03cd Background Color

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

This div background color is #af03cd


#af03cd Border Color

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

This div border color is #af03cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af03cd


Comments

No comments written yet.

Please login to write comment.