Color Hex Logo

#b71cde Color Hex

#B71CDE
(183,28,222)
0 Favorites   0 Comments

Color spaces of #b71cde

RGB 18328222
HSL0.800.780.49
HSV288°87°87°
CMYK 0.180.870.00   0.13
XYZ33.128516.171770.4826
Yxy16.17170.27660.1350
Hunter Lab40.214176.6744-75.7669
CIE-Lab47.199079.4679-64.0461

#b71cde color RGB value is (183,28,222).

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

The process color (four color CMYK) of #b71cde color hex is 0.18, 0.87, 0.00, 0.13. Web safe color of #b71cde is #cc33cc. Color #b71cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00011100 11011110
Octal 267 34 336
Decimal 183 28 222
Hex B7 1C DE

RGB Percentages of Color #b71cde

%42.26
%6.47
%51.27

CMYK Percentages of Color #b71cde

%18
%87
%0
%13

Triadic Colors of #b71cde

#b71cde #deb71c #1cdeb7

Analogous Colors of #b71cde

#b71cde #de1ca4 #561cde

Monochromatic Colors of #b71cde

#b71cde

Complementary Color

#b71cde #43de1c

#b71cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71cde Color CSS Codes

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

#b71cde Text Font Color

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

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


#b71cde Background Color

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

This div background color is #b71cde


#b71cde Border Color

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

This div border color is #b71cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71cde


Comments

No comments written yet.

Please login to write comment.