Color Hex Logo

#af37bc Color Hex

#AF37BC
(175,55,188)
0 Favorites   0 Comments

Color spaces of #af37bc

RGB 17555188
HSL0.820.550.48
HSV294°71°74°
CMYK 0.070.710.00   0.26
XYZ28.122515.477249.0821
Yxy15.47720.30340.1670
Hunter Lab39.341158.7517-46.4317
CIE-Lab46.281064.7246-45.9692

#af37bc color RGB value is (175,55,188).

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

The process color (four color CMYK) of #af37bc color hex is 0.07, 0.71, 0.00, 0.26. Web safe color of #af37bc is #9933cc. Color #af37bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110111 10111100
Octal 257 67 274
Decimal 175 55 188
Hex AF 37 BC

RGB Percentages of Color #af37bc

%41.87
%13.16
%44.98

CMYK Percentages of Color #af37bc

%7
%71
%0
%26

Triadic Colors of #af37bc

#af37bc #bcaf37 #37bcaf

Analogous Colors of #af37bc

#af37bc #bc3787 #6d37bc

Monochromatic Colors of #af37bc

#af37bc

Complementary Color

#af37bc #44bc37

#af37bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af37bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af37bc Color CSS Codes

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

#af37bc Text Font Color

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

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


#af37bc Background Color

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

This div background color is #af37bc


#af37bc Border Color

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

This div border color is #af37bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af37bc


Comments

No comments written yet.

Please login to write comment.