Color Hex Logo

#b72ebe Color Hex

#B72EBE
(183,46,190)
0 Favorites   0 Comments

Color spaces of #b72ebe

RGB 18346190
HSL0.830.610.46
HSV297°76°75°
CMYK 0.040.760.00   0.25
XYZ29.799715.739050.1825
Yxy15.73900.31130.1644
Hunter Lab39.672464.6525-47.2265
CIE-Lab46.630269.7154-46.5047

#b72ebe color RGB value is (183,46,190).

#b72ebe hex color red value is 183, green value is 46 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b72ebe hue: 0.83 , saturation: 0.61 and the lightness value of b72ebe is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00101110 10111110
Octal 267 56 276
Decimal 183 46 190
Hex B7 2E BE

RGB Percentages of Color #b72ebe

%43.68
%10.98
%45.35

CMYK Percentages of Color #b72ebe

%4
%76
%0
%25

Triadic Colors of #b72ebe

#b72ebe #beb72e #2ebeb7

Analogous Colors of #b72ebe

#b72ebe #be2e7d #6f2ebe

Monochromatic Colors of #b72ebe

#b72ebe

Complementary Color

#b72ebe #35be2e

#b72ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72ebe Color CSS Codes

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

#b72ebe Text Font Color

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

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


#b72ebe Background Color

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

This div background color is #b72ebe


#b72ebe Border Color

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

This div border color is #b72ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72ebe


Comments

No comments written yet.

Please login to write comment.