Color Hex Logo

#b711af Color Hex

#B711AF
(183,17,175)
0 Favorites   0 Comments

Color spaces of #b711af

RGB 18317175
HSL0.840.830.39
HSV303°91°72°
CMYK 0.000.910.04   0.28
XYZ27.466813.563341.7278
Yxy13.56330.33190.1639
Hunter Lab36.828468.6765-41.3977
CIE-Lab43.600073.6706-42.5144

#b711af color RGB value is (183,17,175).

#b711af hex color red value is 183, green value is 17 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b711af hue: 0.84 , saturation: 0.83 and the lightness value of b711af is 0.39.

The process color (four color CMYK) of #b711af color hex is 0.00, 0.91, 0.04, 0.28. Web safe color of #b711af is #cc0099. Color #b711af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00010001 10101111
Octal 267 21 257
Decimal 183 17 175
Hex B7 11 AF

RGB Percentages of Color #b711af

%48.80
%4.53
%46.67

CMYK Percentages of Color #b711af

%0
%91
%4
%28

Triadic Colors of #b711af

#b711af #afb711 #11afb7

Analogous Colors of #b711af

#b711af #b7115c #6c11b7

Monochromatic Colors of #b711af

#b711af

Complementary Color

#b711af #11b719

#b711af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b711af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b711af Color CSS Codes

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

#b711af Text Font Color

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

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


#b711af Background Color

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

This div background color is #b711af


#b711af Border Color

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

This div border color is #b711af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b711af


Comments

No comments written yet.

Please login to write comment.