Color Hex Logo

#b3007e Color Hex

#B3007E
(179,0,126)
0 Favorites   0 Comments

Color spaces of #b3007e

RGB 1790126
HSL0.881.000.35
HSV318°100°70°
CMYK 0.001.000.30   0.30
XYZ22.356311.090120.7010
Yxy11.09010.41290.2048
Hunter Lab33.301861.5532-13.5445
CIE-Lab39.731868.4202-18.9131

#b3007e color RGB value is (179,0,126).

#b3007e hex color red value is 179, green value is 0 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #b3007e hue: 0.88 , saturation: 1.00 and the lightness value of b3007e is 0.35.

The process color (four color CMYK) of #b3007e color hex is 0.00, 1.00, 0.30, 0.30. Web safe color of #b3007e is #cc0066. Color #b3007e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000000 01111110
Octal 263 0 176
Decimal 179 0 126
Hex B3 0 7E

RGB Percentages of Color #b3007e

%58.69
%0.00
%41.31

CMYK Percentages of Color #b3007e

%0
%100
%30
%30

Triadic Colors of #b3007e

#b3007e #7eb300 #007eb3

Analogous Colors of #b3007e

#b3007e #b30024 #8f00b3

Monochromatic Colors of #b3007e

#b3007e

Complementary Color

#b3007e #00b335

#b3007e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3007e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3007e Color CSS Codes

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

#b3007e Text Font Color

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

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


#b3007e Background Color

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

This div background color is #b3007e


#b3007e Border Color

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

This div border color is #b3007e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,0,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3007e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3007e;
  -webkit-box-shadow: 1px 1px 3px 2px #b3007e;
  box-shadow:         1px 1px 3px 2px #b3007e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,0,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3007e


Comments

No comments written yet.

Please login to write comment.