Color Hex Logo

#af0fbc Color Hex

#AF0FBC
(175,15,188)
0 Favorites   0 Comments

Color spaces of #af0fbc

RGB 17515188
HSL0.820.850.40
HSV295°92°74°
CMYK 0.070.920.00   0.26
XYZ26.927113.086448.6837
Yxy13.08640.30360.1475
Hunter Lab36.175169.5607-54.4686
CIE-Lab42.893174.5381-51.3943

#af0fbc color RGB value is (175,15,188).

#af0fbc hex color red value is 175, green value is 15 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #af0fbc hue: 0.82 , saturation: 0.85 and the lightness value of af0fbc is 0.40.

The process color (four color CMYK) of #af0fbc color hex is 0.07, 0.92, 0.00, 0.26. Web safe color of #af0fbc is #9900cc. Color #af0fbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001111 10111100
Octal 257 17 274
Decimal 175 15 188
Hex AF F BC

RGB Percentages of Color #af0fbc

%46.30
%3.97
%49.74

CMYK Percentages of Color #af0fbc

%7
%92
%0
%26

Triadic Colors of #af0fbc

#af0fbc #bcaf0f #0fbcaf

Analogous Colors of #af0fbc

#af0fbc #bc0f73 #580fbc

Monochromatic Colors of #af0fbc

#af0fbc

Complementary Color

#af0fbc #1cbc0f

#af0fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0fbc Color CSS Codes

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

#af0fbc Text Font Color

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

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


#af0fbc Background Color

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

This div background color is #af0fbc


#af0fbc Border Color

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

This div border color is #af0fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0fbc


Comments

No comments written yet.

Please login to write comment.