Color Hex Logo

#b71dbe Color Hex

#B71DBE
(183,29,190)
0 Favorites   0 Comments

Color spaces of #b71dbe

RGB 18329190
HSL0.830.740.43
HSV297°85°75°
CMYK 0.040.850.00   0.25
XYZ29.262114.663750.0033
Yxy14.66370.31150.1561
Hunter Lab38.293269.3893-50.6157
CIE-Lab45.170173.9539-48.8380

#b71dbe color RGB value is (183,29,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00011101 10111110
Octal 267 35 276
Decimal 183 29 190
Hex B7 1D BE

RGB Percentages of Color #b71dbe

%45.52
%7.21
%47.26

CMYK Percentages of Color #b71dbe

%4
%85
%0
%25

Triadic Colors of #b71dbe

#b71dbe #beb71d #1dbeb7

Analogous Colors of #b71dbe

#b71dbe #be1d75 #671dbe

Monochromatic Colors of #b71dbe

#b71dbe

Complementary Color

#b71dbe #24be1d

#b71dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71dbe Color CSS Codes

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

#b71dbe Text Font Color

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

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


#b71dbe Background Color

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

This div background color is #b71dbe


#b71dbe Border Color

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

This div border color is #b71dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71dbe


Comments

No comments written yet.

Please login to write comment.