Color Hex Logo

#b71dbd Color Hex

#B71DBD
(183,29,189)
0 Favorites   0 Comments

Color spaces of #b71dbd

RGB 18329189
HSL0.830.730.43
HSV298°85°74°
CMYK 0.030.850.00   0.26
XYZ29.153114.620149.4295
Yxy14.62010.31280.1569
Hunter Lab38.236269.1833-49.8812
CIE-Lab45.109473.7957-48.3501

#b71dbd color RGB value is (183,29,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00011101 10111101
Octal 267 35 275
Decimal 183 29 189
Hex B7 1D BD

RGB Percentages of Color #b71dbd

%45.64
%7.23
%47.13

CMYK Percentages of Color #b71dbd

%3
%85
%0
%26

Triadic Colors of #b71dbd

#b71dbd #bdb71d #1dbdb7

Analogous Colors of #b71dbd

#b71dbd #bd1d73 #671dbd

Monochromatic Colors of #b71dbd

#b71dbd

Complementary Color

#b71dbd #23bd1d

#b71dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71dbd Color CSS Codes

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

#b71dbd Text Font Color

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

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


#b71dbd Background Color

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

This div background color is #b71dbd


#b71dbd Border Color

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

This div border color is #b71dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71dbd


Comments

No comments written yet.

Please login to write comment.