Color Hex Logo

#af3bbe Color Hex

#AF3BBE
(175,59,190)
0 Favorites   0 Comments

Color spaces of #af3bbe

RGB 17559190
HSL0.810.530.49
HSV293°69°75°
CMYK 0.080.690.00   0.25
XYZ28.537415.959650.2916
Yxy15.95960.30110.1684
Hunter Lab39.949557.5977-46.6744
CIE-Lab46.921463.5945-46.1144

#af3bbe color RGB value is (175,59,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00111011 10111110
Octal 257 73 276
Decimal 175 59 190
Hex AF 3B BE

RGB Percentages of Color #af3bbe

%41.27
%13.92
%44.81

CMYK Percentages of Color #af3bbe

%8
%69
%0
%25

Triadic Colors of #af3bbe

#af3bbe #beaf3b #3bbeaf

Analogous Colors of #af3bbe

#af3bbe #be3b8c #6e3bbe

Monochromatic Colors of #af3bbe

#af3bbe

Complementary Color

#af3bbe #4abe3b

#af3bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3bbe Color CSS Codes

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

#af3bbe Text Font Color

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

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


#af3bbe Background Color

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

This div background color is #af3bbe


#af3bbe Border Color

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

This div border color is #af3bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3bbe


Comments

No comments written yet.

Please login to write comment.