Color Hex Logo

#b71dbf Color Hex

#B71DBF
(183,29,191)
0 Favorites   0 Comments

Color spaces of #b71dbf

RGB 18329191
HSL0.830.740.43
HSV297°85°75°
CMYK 0.040.850.00   0.25
XYZ29.371814.707650.5810
Yxy14.70760.31030.1554
Hunter Lab38.350569.5959-51.3531
CIE-Lab45.231174.1124-49.3248

#b71dbf color RGB value is (183,29,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00011101 10111111
Octal 267 35 277
Decimal 183 29 191
Hex B7 1D BF

RGB Percentages of Color #b71dbf

%45.41
%7.20
%47.39

CMYK Percentages of Color #b71dbf

%4
%85
%0
%25

Triadic Colors of #b71dbf

#b71dbf #bfb71d #1dbfb7

Analogous Colors of #b71dbf

#b71dbf #bf1d76 #661dbf

Monochromatic Colors of #b71dbf

#b71dbf

Complementary Color

#b71dbf #25bf1d

#b71dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71dbf Color CSS Codes

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

#b71dbf Text Font Color

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

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


#b71dbf Background Color

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

This div background color is #b71dbf


#b71dbf Border Color

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

This div border color is #b71dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71dbf


Comments

No comments written yet.

Please login to write comment.