Color Hex Logo

#b043be Color Hex

#B043BE
(176,67,190)
0 Favorites   0 Comments

Color spaces of #b043be

RGB 17667190
HSL0.810.490.50
HSV293°65°75°
CMYK 0.070.650.00   0.25
XYZ29.205916.962150.4499
Yxy16.96210.30230.1756
Hunter Lab41.185154.5073-43.7981
CIE-Lab48.212260.6249-44.0509

#b043be color RGB value is (176,67,190).

#b043be hex color red value is 176, green value is 67 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b043be hue: 0.81 , saturation: 0.49 and the lightness value of b043be is 0.50.

The process color (four color CMYK) of #b043be color hex is 0.07, 0.65, 0.00, 0.25. Web safe color of #b043be is #9933cc. Color #b043be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01000011 10111110
Octal 260 103 276
Decimal 176 67 190
Hex B0 43 BE

RGB Percentages of Color #b043be

%40.65
%15.47
%43.88

CMYK Percentages of Color #b043be

%7
%65
%0
%25

Triadic Colors of #b043be

#b043be #beb043 #43beb0

Analogous Colors of #b043be

#b043be #be438f #7343be

Monochromatic Colors of #b043be

#b043be

Complementary Color

#b043be #51be43

#b043be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b043be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b043be Color CSS Codes

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

#b043be Text Font Color

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

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


#b043be Background Color

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

This div background color is #b043be


#b043be Border Color

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

This div border color is #b043be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b043be


Comments

No comments written yet.

Please login to write comment.