Color Hex Logo

#b411af Color Hex

#B411AF
(180,17,175)
0 Favorites   0 Comments

Color spaces of #b411af

RGB 18017175
HSL0.840.830.39
HSV302°91°71°
CMYK 0.000.910.03   0.29
XYZ26.760713.199341.6947
Yxy13.19930.32770.1616
Hunter Lab36.330867.9012-42.6119
CIE-Lab43.062073.1323-43.4036

#b411af color RGB value is (180,17,175).

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

The process color (four color CMYK) of #b411af color hex is 0.00, 0.91, 0.03, 0.29. Web safe color of #b411af is #cc0099. Color #b411af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00010001 10101111
Octal 264 21 257
Decimal 180 17 175
Hex B4 11 AF

RGB Percentages of Color #b411af

%48.39
%4.57
%47.04

CMYK Percentages of Color #b411af

%0
%91
%3
%29

Triadic Colors of #b411af

#b411af #afb411 #11afb4

Analogous Colors of #b411af

#b411af #b4115e #6811b4

Monochromatic Colors of #b411af

#b411af

Complementary Color

#b411af #11b416

#b411af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b411af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b411af Color CSS Codes

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

#b411af Text Font Color

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

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


#b411af Background Color

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

This div background color is #b411af


#b411af Border Color

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

This div border color is #b411af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b411af


Comments

No comments written yet.

Please login to write comment.