Color Hex Logo

#b81cbe Color Hex

#B81CBE
(184,28,190)
0 Favorites   0 Comments

Color spaces of #b81cbe

RGB 18428190
HSL0.830.740.43
HSV298°85°75°
CMYK 0.030.850.00   0.25
XYZ29.476714.738650.0064
Yxy14.73860.31280.1564
Hunter Lab38.390969.8691-50.3551
CIE-Lab45.274174.3290-48.6619

#b81cbe color RGB value is (184,28,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00011100 10111110
Octal 270 34 276
Decimal 184 28 190
Hex B8 1C BE

RGB Percentages of Color #b81cbe

%45.77
%6.97
%47.26

CMYK Percentages of Color #b81cbe

%3
%85
%0
%25

Triadic Colors of #b81cbe

#b81cbe #beb81c #1cbeb8

Analogous Colors of #b81cbe

#b81cbe #be1c73 #671cbe

Monochromatic Colors of #b81cbe

#b81cbe

Complementary Color

#b81cbe #22be1c

#b81cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b81cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b81cbe Color CSS Codes

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

#b81cbe Text Font Color

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

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


#b81cbe Background Color

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

This div background color is #b81cbe


#b81cbe Border Color

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

This div border color is #b81cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b81cbe


Comments

No comments written yet.

Please login to write comment.