Color Hex Logo

#b71daf Color Hex

#B71DAF
(183,29,175)
0 Favorites   0 Comments

Color spaces of #b71daf

RGB 18329175
HSL0.840.730.42
HSV303°84°72°
CMYK 0.000.840.04   0.28
XYZ27.705714.041241.8074
Yxy14.04120.33160.1680
Hunter Lab37.471666.4038-39.9203
CIE-Lab44.292071.6438-41.4137

#b71daf color RGB value is (183,29,175).

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

The process color (four color CMYK) of #b71daf color hex is 0.00, 0.84, 0.04, 0.28. Web safe color of #b71daf is #cc3399. Color #b71daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00011101 10101111
Octal 267 35 257
Decimal 183 29 175
Hex B7 1D AF

RGB Percentages of Color #b71daf

%47.29
%7.49
%45.22

CMYK Percentages of Color #b71daf

%0
%84
%4
%28

Triadic Colors of #b71daf

#b71daf #afb71d #1dafb7

Analogous Colors of #b71daf

#b71daf #b71d62 #721db7

Monochromatic Colors of #b71daf

#b71daf

Complementary Color

#b71daf #1db725

#b71daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71daf Color CSS Codes

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

#b71daf Text Font Color

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

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


#b71daf Background Color

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

This div background color is #b71daf


#b71daf Border Color

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

This div border color is #b71daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,29,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71daf


Comments

No comments written yet.

Please login to write comment.