Color Hex Logo

#b41cbf Color Hex

#B41CBF
(180,28,191)
0 Favorites   0 Comments

Color spaces of #b41cbf

RGB 18028191
HSL0.820.740.43
HSV296°85°75°
CMYK 0.060.850.00   0.25
XYZ28.641614.295450.5399
Yxy14.29540.30640.1529
Hunter Lab37.809369.0527-52.7869
CIE-Lab44.653673.7766-50.2784

#b41cbf color RGB value is (180,28,191).

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

The process color (four color CMYK) of #b41cbf color hex is 0.06, 0.85, 0.00, 0.25. Web safe color of #b41cbf is #cc33cc. Color #b41cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00011100 10111111
Octal 264 34 277
Decimal 180 28 191
Hex B4 1C BF

RGB Percentages of Color #b41cbf

%45.11
%7.02
%47.87

CMYK Percentages of Color #b41cbf

%6
%85
%0
%25

Triadic Colors of #b41cbf

#b41cbf #bfb41c #1cbfb4

Analogous Colors of #b41cbf

#b41cbf #bf1c79 #631cbf

Monochromatic Colors of #b41cbf

#b41cbf

Complementary Color

#b41cbf #27bf1c

#b41cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b41cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b41cbf Color CSS Codes

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

#b41cbf Text Font Color

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

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


#b41cbf Background Color

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

This div background color is #b41cbf


#b41cbf Border Color

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

This div border color is #b41cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b41cbf


Comments

No comments written yet.

Please login to write comment.