Color Hex Logo

#b41ecb Color Hex

#B41ECB
(180,30,203)
0 Favorites   0 Comments

Color spaces of #b41ecb

RGB 18030203
HSL0.810.740.46
HSV292°85°80°
CMYK 0.110.850.00   0.20
XYZ30.066214.943657.7997
Yxy14.94360.29240.1454
Hunter Lab38.657071.1822-61.5903
CIE-Lab45.556975.3514-55.8066

#b41ecb color RGB value is (180,30,203).

#b41ecb hex color red value is 180, green value is 30 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b41ecb hue: 0.81 , saturation: 0.74 and the lightness value of b41ecb is 0.46.

The process color (four color CMYK) of #b41ecb color hex is 0.11, 0.85, 0.00, 0.20. Web safe color of #b41ecb is #cc33cc. Color #b41ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011110 11001011
Octal 264 36 313
Decimal 180 30 203
Hex B4 1E CB

RGB Percentages of Color #b41ecb

%43.58
%7.26
%49.15

CMYK Percentages of Color #b41ecb

%11
%85
%0
%20

Triadic Colors of #b41ecb

#b41ecb #cbb41e #1ecbb4

Analogous Colors of #b41ecb

#b41ecb #cb1e8c #5d1ecb

Monochromatic Colors of #b41ecb

#b41ecb

Complementary Color

#b41ecb #35cb1e

#b41ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41ecb Color CSS Codes

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

#b41ecb Text Font Color

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

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


#b41ecb Background Color

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

This div background color is #b41ecb


#b41ecb Border Color

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

This div border color is #b41ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41ecb


Comments

No comments written yet.

Please login to write comment.