Color Hex Logo

#b7405d Color Hex

#B7405D
(183,64,93)
0 Favorites   0 Comments

Color spaces of #b7405d

RGB 1836493
HSL0.960.480.48
HSV345°65°72°
CMYK 0.000.650.49   0.28
XYZ23.337614.524411.9294
Yxy14.52440.46870.2917
Hunter Lab38.110942.61238.1188
CIE-Lab44.975850.26829.4297

#b7405d color RGB value is (183,64,93).

#b7405d hex color red value is 183, green value is 64 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #b7405d hue: 0.96 , saturation: 0.48 and the lightness value of b7405d is 0.48.

The process color (four color CMYK) of #b7405d color hex is 0.00, 0.65, 0.49, 0.28. Web safe color of #b7405d is #cc3366. Color #b7405d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01000000 01011101
Octal 267 100 135
Decimal 183 64 93
Hex B7 40 5D

RGB Percentages of Color #b7405d

%53.82
%18.82
%27.35

CMYK Percentages of Color #b7405d

%0
%65
%49
%28

Triadic Colors of #b7405d

#b7405d #5db740 #405db7

Analogous Colors of #b7405d

#b7405d #b75f40 #b74099

Monochromatic Colors of #b7405d

#b7405d

Complementary Color

#b7405d #40b79a

#b7405d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7405d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7405d Color CSS Codes

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

#b7405d Text Font Color

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

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


#b7405d Background Color

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

This div background color is #b7405d


#b7405d Border Color

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

This div border color is #b7405d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7405d


Comments

No comments written yet.

Please login to write comment.