Color Hex Logo

#b71ebf Color Hex

#B71EBF
(183,30,191)
0 Favorites   0 Comments

Color spaces of #b71ebf

RGB 18330191
HSL0.830.730.43
HSV297°84°75°
CMYK 0.040.840.00   0.25
XYZ29.396714.757450.5893
Yxy14.75740.31030.1558
Hunter Lab38.415469.3672-51.1884
CIE-Lab45.300173.9103-49.2142

#b71ebf color RGB value is (183,30,191).

#b71ebf hex color red value is 183, green value is 30 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b71ebf hue: 0.83 , saturation: 0.73 and the lightness value of b71ebf is 0.43.

The process color (four color CMYK) of #b71ebf color hex is 0.04, 0.84, 0.00, 0.25. Web safe color of #b71ebf is #cc33cc. Color #b71ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00011110 10111111
Octal 267 36 277
Decimal 183 30 191
Hex B7 1E BF

RGB Percentages of Color #b71ebf

%45.30
%7.43
%47.28

CMYK Percentages of Color #b71ebf

%4
%84
%0
%25

Triadic Colors of #b71ebf

#b71ebf #bfb71e #1ebfb7

Analogous Colors of #b71ebf

#b71ebf #bf1e77 #671ebf

Monochromatic Colors of #b71ebf

#b71ebf

Complementary Color

#b71ebf #26bf1e

#b71ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b71ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b71ebf Color CSS Codes

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

#b71ebf Text Font Color

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

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


#b71ebf Background Color

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

This div background color is #b71ebf


#b71ebf Border Color

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

This div border color is #b71ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b71ebf


Comments

No comments written yet.

Please login to write comment.