Color Hex Logo

#af25cc Color Hex

#AF25CC
(175,37,204)
0 Favorites   0 Comments

Color spaces of #af25cc

RGB 17537204
HSL0.800.690.47
HSV290°82°80°
CMYK 0.140.820.00   0.20
XYZ29.239814.796758.4417
Yxy14.79670.28530.1444
Hunter Lab38.466568.3681-63.1521
CIE-Lab45.354573.0733-56.7529

#af25cc color RGB value is (175,37,204).

#af25cc hex color red value is 175, green value is 37 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #af25cc hue: 0.80 , saturation: 0.69 and the lightness value of af25cc is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00100101 11001100
Octal 257 45 314
Decimal 175 37 204
Hex AF 25 CC

RGB Percentages of Color #af25cc

%42.07
%8.89
%49.04

CMYK Percentages of Color #af25cc

%14
%82
%0
%20

Triadic Colors of #af25cc

#af25cc #ccaf25 #25ccaf

Analogous Colors of #af25cc

#af25cc #cc2596 #5c25cc

Monochromatic Colors of #af25cc

#af25cc

Complementary Color

#af25cc #42cc25

#af25cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af25cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af25cc Color CSS Codes

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

#af25cc Text Font Color

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

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


#af25cc Background Color

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

This div background color is #af25cc


#af25cc Border Color

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

This div border color is #af25cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af25cc


Comments

No comments written yet.

Please login to write comment.