Color Hex Logo

#b401be Color Hex

#B401BE
(180,1,190)
0 Favorites   0 Comments

Color spaces of #b401be

RGB 1801190
HSL0.820.990.37
HSV297°99°75°
CMYK 0.050.990.00   0.25
XYZ28.127513.442749.8274
Yxy13.44270.30770.1471
Hunter Lab36.664372.7762-54.9111
CIE-Lab43.422977.0639-51.6693

#b401be color RGB value is (180,1,190).

#b401be hex color red value is 180, green value is 1 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b401be hue: 0.82 , saturation: 0.99 and the lightness value of b401be is 0.37.

The process color (four color CMYK) of #b401be color hex is 0.05, 0.99, 0.00, 0.25. Web safe color of #b401be is #cc00cc. Color #b401be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000001 10111110
Octal 264 1 276
Decimal 180 1 190
Hex B4 1 BE

RGB Percentages of Color #b401be

%48.52
%0.27
%51.21

CMYK Percentages of Color #b401be

%5
%99
%0
%25

Triadic Colors of #b401be

#b401be #beb401 #01beb4

Analogous Colors of #b401be

#b401be #be016a #5601be

Monochromatic Colors of #b401be

#b401be

Complementary Color

#b401be #0bbe01

#b401be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b401be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b401be Color CSS Codes

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

#b401be Text Font Color

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

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


#b401be Background Color

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

This div background color is #b401be


#b401be Border Color

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

This div border color is #b401be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,1,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b401be


Comments

No comments written yet.

Please login to write comment.