Color Hex Logo

#b41cbd Color Hex

#B41CBD
(180,28,189)
0 Favorites   0 Comments

Color spaces of #b41cbd

RGB 18028189
HSL0.820.740.43
HSV297°85°74°
CMYK 0.050.850.00   0.26
XYZ28.423014.207949.3885
Yxy14.20790.30890.1544
Hunter Lab37.693468.6360-51.3006
CIE-Lab44.529673.4561-49.3072

#b41cbd color RGB value is (180,28,189).

#b41cbd hex color red value is 180, green value is 28 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b41cbd hue: 0.82 , saturation: 0.74 and the lightness value of b41cbd is 0.43.

The process color (four color CMYK) of #b41cbd color hex is 0.05, 0.85, 0.00, 0.26. Web safe color of #b41cbd is #cc33cc. Color #b41cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011100 10111101
Octal 264 34 275
Decimal 180 28 189
Hex B4 1C BD

RGB Percentages of Color #b41cbd

%45.34
%7.05
%47.61

CMYK Percentages of Color #b41cbd

%5
%85
%0
%26

Triadic Colors of #b41cbd

#b41cbd #bdb41c #1cbdb4

Analogous Colors of #b41cbd

#b41cbd #bd1c76 #641cbd

Monochromatic Colors of #b41cbd

#b41cbd

Complementary Color

#b41cbd #25bd1c

#b41cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41cbd Color CSS Codes

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

#b41cbd Text Font Color

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

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


#b41cbd Background Color

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

This div background color is #b41cbd


#b41cbd Border Color

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

This div border color is #b41cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41cbd


Comments

No comments written yet.

Please login to write comment.