Color Hex Logo

#af3360 Color Hex

#AF3360
(175,51,96)
0 Favorites   0 Comments

Color spaces of #af3360

RGB 1755196
HSL0.940.550.44
HSV338°71°69°
CMYK 0.000.710.45   0.31
XYZ20.974312.326112.3400
Yxy12.32610.45960.2701
Hunter Lab35.108545.19833.7367
CIE-Lab41.729853.31272.7475

#af3360 color RGB value is (175,51,96).

#af3360 hex color red value is 175, green value is 51 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #af3360 hue: 0.94 , saturation: 0.55 and the lightness value of af3360 is 0.44.

The process color (four color CMYK) of #af3360 color hex is 0.00, 0.71, 0.45, 0.31. Web safe color of #af3360 is #993366. Color #af3360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110011 01100000
Octal 257 63 140
Decimal 175 51 96
Hex AF 33 60

RGB Percentages of Color #af3360

%54.35
%15.84
%29.81

CMYK Percentages of Color #af3360

%0
%71
%45
%31

Triadic Colors of #af3360

#af3360 #60af33 #3360af

Analogous Colors of #af3360

#af3360 #af4433 #af339e

Monochromatic Colors of #af3360

#af3360

Complementary Color

#af3360 #33af82

#af3360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3360 Color CSS Codes

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

#af3360 Text Font Color

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

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


#af3360 Background Color

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

This div background color is #af3360


#af3360 Border Color

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

This div border color is #af3360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3360


Comments

No comments written yet.

Please login to write comment.