Color Hex Logo

#b71ade Color Hex

#B71ADE
(183,26,222)
0 Favorites   0 Comments

Color spaces of #b71ade

RGB 18326222
HSL0.800.790.49
HSV288°88°87°
CMYK 0.180.880.00   0.13
XYZ33.082616.080070.4673
Yxy16.08000.27650.1344
Hunter Lab40.099977.0886-76.1201
CIE-Lab47.079379.8212-64.2399

#b71ade color RGB value is (183,26,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00011010 11011110
Octal 267 32 336
Decimal 183 26 222
Hex B7 1A DE

RGB Percentages of Color #b71ade

%42.46
%6.03
%51.51

CMYK Percentages of Color #b71ade

%18
%88
%0
%13

Triadic Colors of #b71ade

#b71ade #deb71a #1adeb7

Analogous Colors of #b71ade

#b71ade #de1aa3 #551ade

Monochromatic Colors of #b71ade

#b71ade

Complementary Color

#b71ade #41de1a

#b71ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71ade Color CSS Codes

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

#b71ade Text Font Color

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

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


#b71ade Background Color

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

This div background color is #b71ade


#b71ade Border Color

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

This div border color is #b71ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71ade


Comments

No comments written yet.

Please login to write comment.