Color Hex Logo

#b40068 Color Hex

#B40068
(180,0,104)
0 Favorites   0 Comments

Color spaces of #b40068

RGB 1800104
HSL0.901.000.35
HSV325°100°71°
CMYK 0.001.000.42   0.29
XYZ21.321110.702814.0388
Yxy10.70280.46290.2324
Hunter Lab32.715159.0805-2.5421
CIE-Lab39.075366.4105-6.0810

#b40068 color RGB value is (180,0,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000000 01101000
Octal 264 0 150
Decimal 180 0 104
Hex B4 0 68

RGB Percentages of Color #b40068

%63.38
%0.00
%36.62

CMYK Percentages of Color #b40068

%0
%100
%42
%29

Triadic Colors of #b40068

#b40068 #68b400 #0068b4

Analogous Colors of #b40068

#b40068 #b4000e #a600b4

Monochromatic Colors of #b40068

#b40068

Complementary Color

#b40068 #00b44c

#b40068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40068 Color CSS Codes

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

#b40068 Text Font Color

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

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


#b40068 Background Color

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

This div background color is #b40068


#b40068 Border Color

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

This div border color is #b40068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40068

#b40068 Color Palettes


Comments

No comments written yet.

Please login to write comment.