Color Hex Logo

#b72cbf Color Hex

#B72CBF
(183,44,191)
0 Favorites   0 Comments

Color spaces of #b72cbf

RGB 18344191
HSL0.820.630.46
HSV297°77°75°
CMYK 0.040.770.00   0.25
XYZ29.833115.630250.7348
Yxy15.63020.31010.1625
Hunter Lab39.535065.5096-48.4115
CIE-Lab46.485570.4658-47.3188

#b72cbf color RGB value is (183,44,191).

#b72cbf hex color red value is 183, green value is 44 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b72cbf hue: 0.82 , saturation: 0.63 and the lightness value of b72cbf is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101100 10111111
Octal 267 54 277
Decimal 183 44 191
Hex B7 2C BF

RGB Percentages of Color #b72cbf

%43.78
%10.53
%45.69

CMYK Percentages of Color #b72cbf

%4
%77
%0
%25

Triadic Colors of #b72cbf

#b72cbf #bfb72c #2cbfb7

Analogous Colors of #b72cbf

#b72cbf #bf2c7e #6e2cbf

Monochromatic Colors of #b72cbf

#b72cbf

Complementary Color

#b72cbf #34bf2c

#b72cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72cbf Color CSS Codes

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

#b72cbf Text Font Color

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

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


#b72cbf Background Color

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

This div background color is #b72cbf


#b72cbf Border Color

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

This div border color is #b72cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72cbf


Comments

No comments written yet.

Please login to write comment.