Color Hex Logo

#af33cc Color Hex

#AF33CC
(175,51,204)
0 Favorites   0 Comments

Color spaces of #af33cc

RGB 17551204
HSL0.800.600.50
HSV289°75°80°
CMYK 0.140.750.00   0.20
XYZ29.762115.841258.6158
Yxy15.84120.28560.1520
Hunter Lab39.801063.8256-59.4570
CIE-Lab46.765568.9894-54.4814

#af33cc color RGB value is (175,51,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110011 11001100
Octal 257 63 314
Decimal 175 51 204
Hex AF 33 CC

RGB Percentages of Color #af33cc

%40.70
%11.86
%47.44

CMYK Percentages of Color #af33cc

%14
%75
%0
%20

Triadic Colors of #af33cc

#af33cc #ccaf33 #33ccaf

Analogous Colors of #af33cc

#af33cc #cc339d #6333cc

Monochromatic Colors of #af33cc

#af33cc

Complementary Color

#af33cc #50cc33

#af33cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af33cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af33cc Color CSS Codes

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

#af33cc Text Font Color

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

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


#af33cc Background Color

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

This div background color is #af33cc


#af33cc Border Color

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

This div border color is #af33cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af33cc


Comments

No comments written yet.

Please login to write comment.