Color Hex Logo

#b311af Color Hex

#B311AF
(179,17,175)
0 Favorites   0 Comments

Color spaces of #b311af

RGB 17917175
HSL0.840.830.38
HSV301°91°70°
CMYK 0.000.910.02   0.30
XYZ26.528713.079741.6839
Yxy13.07970.32630.1609
Hunter Lab36.165967.6446-43.0201
CIE-Lab42.883172.9538-43.6995

#b311af color RGB value is (179,17,175).

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

The process color (four color CMYK) of #b311af color hex is 0.00, 0.91, 0.02, 0.30. Web safe color of #b311af is #cc0099. Color #b311af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00010001 10101111
Octal 263 21 257
Decimal 179 17 175
Hex B3 11 AF

RGB Percentages of Color #b311af

%48.25
%4.58
%47.17

CMYK Percentages of Color #b311af

%0
%91
%2
%30

Triadic Colors of #b311af

#b311af #afb311 #11afb3

Analogous Colors of #b311af

#b311af #b3115e #6611b3

Monochromatic Colors of #b311af

#b311af

Complementary Color

#b311af #11b315

#b311af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b311af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b311af Color CSS Codes

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

#b311af Text Font Color

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

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


#b311af Background Color

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

This div background color is #b311af


#b311af Border Color

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

This div border color is #b311af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b311af


Comments

No comments written yet.

Please login to write comment.