Color Hex Logo

#b71cda Color Hex

#B71CDA
(183,28,218)
0 Favorites   0 Comments

Color spaces of #b71cda

RGB 18328218
HSL0.800.770.48
HSV289°87°85°
CMYK 0.160.870.00   0.15
XYZ32.598615.959767.6921
Yxy15.95970.28040.1373
Hunter Lab39.949675.7430-72.4985
CIE-Lab46.921678.7773-62.2103

#b71cda color RGB value is (183,28,218).

#b71cda hex color red value is 183, green value is 28 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b71cda hue: 0.80 , saturation: 0.77 and the lightness value of b71cda is 0.48.

The process color (four color CMYK) of #b71cda color hex is 0.16, 0.87, 0.00, 0.15. Web safe color of #b71cda is #cc33cc. Color #b71cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00011100 11011010
Octal 267 34 332
Decimal 183 28 218
Hex B7 1C DA

RGB Percentages of Color #b71cda

%42.66
%6.53
%50.82

CMYK Percentages of Color #b71cda

%16
%87
%0
%15

Triadic Colors of #b71cda

#b71cda #dab71c #1cdab7

Analogous Colors of #b71cda

#b71cda #da1c9e #581cda

Monochromatic Colors of #b71cda

#b71cda

Complementary Color

#b71cda #3fda1c

#b71cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71cda Color CSS Codes

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

#b71cda Text Font Color

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

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


#b71cda Background Color

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

This div background color is #b71cda


#b71cda Border Color

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

This div border color is #b71cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71cda


Comments

No comments written yet.

Please login to write comment.