Color Hex Logo

#b42663 Color Hex

#B42663
(180,38,99)
0 Favorites   0 Comments

Color spaces of #b42663

RGB 1803899
HSL0.930.650.43
HSV334°79°71°
CMYK 0.000.790.45   0.29
XYZ21.767611.990412.9715
Yxy11.99040.46580.2566
Hunter Lab34.627251.61262.0287
CIE-Lab41.200959.35480.2120

#b42663 color RGB value is (180,38,99).

#b42663 hex color red value is 180, green value is 38 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #b42663 hue: 0.93 , saturation: 0.65 and the lightness value of b42663 is 0.43.

The process color (four color CMYK) of #b42663 color hex is 0.00, 0.79, 0.45, 0.29. Web safe color of #b42663 is #cc3366. Color #b42663 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100110 01100011
Octal 264 46 143
Decimal 180 38 99
Hex B4 26 63

RGB Percentages of Color #b42663

%56.78
%11.99
%31.23

CMYK Percentages of Color #b42663

%0
%79
%45
%29

Triadic Colors of #b42663

#b42663 #63b426 #2663b4

Analogous Colors of #b42663

#b42663 #b43026 #b426aa

Monochromatic Colors of #b42663

#b42663

Complementary Color

#b42663 #26b477

#b42663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42663 Color CSS Codes

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

#b42663 Text Font Color

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

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


#b42663 Background Color

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

This div background color is #b42663


#b42663 Border Color

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

This div border color is #b42663


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,38,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b42663; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b42663;
  -webkit-box-shadow: 1px 1px 3px 2px #b42663;
  box-shadow:         1px 1px 3px 2px #b42663; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,38,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42663


Comments

No comments written yet.

Please login to write comment.