Color Hex Logo

#af45be Color Hex

#AF45BE
(175,69,190)
0 Favorites   0 Comments

Color spaces of #af45be

RGB 17569190
HSL0.810.480.51
HSV293°64°75°
CMYK 0.080.640.00   0.25
XYZ29.101617.087950.4797
Yxy17.08790.30100.1768
Hunter Lab41.337553.3233-43.4663
CIE-Lab48.370659.5402-43.8083

#af45be color RGB value is (175,69,190).

#af45be hex color red value is 175, green value is 69 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #af45be hue: 0.81 , saturation: 0.48 and the lightness value of af45be is 0.51.

The process color (four color CMYK) of #af45be color hex is 0.08, 0.64, 0.00, 0.25. Web safe color of #af45be is #9933cc. Color #af45be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000101 10111110
Octal 257 105 276
Decimal 175 69 190
Hex AF 45 BE

RGB Percentages of Color #af45be

%40.32
%15.90
%43.78

CMYK Percentages of Color #af45be

%8
%64
%0
%25

Triadic Colors of #af45be

#af45be #beaf45 #45beaf

Analogous Colors of #af45be

#af45be #be4591 #7345be

Monochromatic Colors of #af45be

#af45be

Complementary Color

#af45be #54be45

#af45be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af45be Color Preview on White Background

Lorem ipsum dolor sit amet.

#af45be Color CSS Codes

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

#af45be Text Font Color

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

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


#af45be Background Color

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

This div background color is #af45be


#af45be Border Color

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

This div border color is #af45be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af45be


Comments

No comments written yet.

Please login to write comment.