Color Hex Logo

#b7507d Color Hex

#B7507D
(183,80,125)
0 Favorites   0 Comments

Color spaces of #b7507d

RGB 18380125
HSL0.930.420.52
HSV334°56°72°
CMYK 0.000.560.32   0.28
XYZ26.098817.285321.3629
Yxy17.28530.40310.2670
Hunter Lab41.575639.2949-1.3622
CIE-Lab48.617546.4617-4.8058

#b7507d color RGB value is (183,80,125).

#b7507d hex color red value is 183, green value is 80 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #b7507d hue: 0.93 , saturation: 0.42 and the lightness value of b7507d is 0.52.

The process color (four color CMYK) of #b7507d color hex is 0.00, 0.56, 0.32, 0.28. Web safe color of #b7507d is #cc6666. Color #b7507d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010000 01111101
Octal 267 120 175
Decimal 183 80 125
Hex B7 50 7D

RGB Percentages of Color #b7507d

%47.16
%20.62
%32.22

CMYK Percentages of Color #b7507d

%0
%56
%32
%28

Triadic Colors of #b7507d

#b7507d #7db750 #507db7

Analogous Colors of #b7507d

#b7507d #b75750 #b750b1

Monochromatic Colors of #b7507d

#b7507d

Complementary Color

#b7507d #50b78a

#b7507d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7507d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7507d Color CSS Codes

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

#b7507d Text Font Color

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

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


#b7507d Background Color

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

This div background color is #b7507d


#b7507d Border Color

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

This div border color is #b7507d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7507d


Comments

No comments written yet.

Please login to write comment.