Color Hex Logo

#b72595 Color Hex

#B72595
(183,37,149)
0 Favorites   0 Comments

Color spaces of #b72595

RGB 18337149
HSL0.870.660.43
HSV314°80°72°
CMYK 0.000.800.19   0.28
XYZ25.614813.560329.7011
Yxy13.56030.37190.1969
Hunter Lab36.824359.7211-22.0441
CIE-Lab43.595666.0863-26.9571

#b72595 color RGB value is (183,37,149).

#b72595 hex color red value is 183, green value is 37 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #b72595 hue: 0.87 , saturation: 0.66 and the lightness value of b72595 is 0.43.

The process color (four color CMYK) of #b72595 color hex is 0.00, 0.80, 0.19, 0.28. Web safe color of #b72595 is #cc3399. Color #b72595 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00100101 10010101
Octal 267 45 225
Decimal 183 37 149
Hex B7 25 95

RGB Percentages of Color #b72595

%49.59
%10.03
%40.38

CMYK Percentages of Color #b72595

%0
%80
%19
%28

Triadic Colors of #b72595

#b72595 #95b725 #2595b7

Analogous Colors of #b72595

#b72595 #b7254c #9025b7

Monochromatic Colors of #b72595

#b72595

Complementary Color

#b72595 #25b747

#b72595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b72595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b72595 Color CSS Codes

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

#b72595 Text Font Color

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

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


#b72595 Background Color

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

This div background color is #b72595


#b72595 Border Color

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

This div border color is #b72595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b72595


Comments

No comments written yet.

Please login to write comment.