Color Hex Logo

#b71ece Color Hex

#B71ECE
(183,30,206)
0 Favorites   0 Comments

Color spaces of #b71ece

RGB 18330206
HSL0.810.750.46
HSV292°85°81°
CMYK 0.110.850.00   0.19
XYZ31.133315.452159.7342
Yxy15.45210.29280.1453
Hunter Lab39.309272.5830-62.5807
CIE-Lab46.247376.3591-56.4031

#b71ece color RGB value is (183,30,206).

#b71ece hex color red value is 183, green value is 30 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b71ece hue: 0.81 , saturation: 0.75 and the lightness value of b71ece is 0.46.

The process color (four color CMYK) of #b71ece color hex is 0.11, 0.85, 0.00, 0.19. Web safe color of #b71ece is #cc33cc. Color #b71ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00011110 11001110
Octal 267 36 316
Decimal 183 30 206
Hex B7 1E CE

RGB Percentages of Color #b71ece

%43.68
%7.16
%49.16

CMYK Percentages of Color #b71ece

%11
%85
%0
%19

Triadic Colors of #b71ece

#b71ece #ceb71e #1eceb7

Analogous Colors of #b71ece

#b71ece #ce1e8d #5f1ece

Monochromatic Colors of #b71ece

#b71ece

Complementary Color

#b71ece #35ce1e

#b71ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71ece Color CSS Codes

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

#b71ece Text Font Color

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

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


#b71ece Background Color

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

This div background color is #b71ece


#b71ece Border Color

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

This div border color is #b71ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71ece


Comments

No comments written yet.

Please login to write comment.