Color Hex Logo

#b938a0 Color Hex

#B938A0
(185,56,160)
0 Favorites   0 Comments

Color spaces of #b938a0

RGB 18556160
HSL0.870.540.47
HSV312°70°73°
CMYK 0.000.700.14   0.27
XYZ27.766915.680734.8209
Yxy15.68070.35480.2003
Hunter Lab39.598955.8670-24.4169
CIE-Lab46.552862.1429-28.9201

#b938a0 color RGB value is (185,56,160).

#b938a0 hex color red value is 185, green value is 56 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #b938a0 hue: 0.87 , saturation: 0.54 and the lightness value of b938a0 is 0.47.

The process color (four color CMYK) of #b938a0 color hex is 0.00, 0.70, 0.14, 0.27. Web safe color of #b938a0 is #cc3399. Color #b938a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 00111000 10100000
Octal 271 70 240
Decimal 185 56 160
Hex B9 38 A0

RGB Percentages of Color #b938a0

%46.13
%13.97
%39.90

CMYK Percentages of Color #b938a0

%0
%70
%14
%27

Triadic Colors of #b938a0

#b938a0 #a0b938 #38a0b9

Analogous Colors of #b938a0

#b938a0 #b9385f #9238b9

Monochromatic Colors of #b938a0

#b938a0

Complementary Color

#b938a0 #38b951

#b938a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b938a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b938a0 Color CSS Codes

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

#b938a0 Text Font Color

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

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


#b938a0 Background Color

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

This div background color is #b938a0


#b938a0 Border Color

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

This div border color is #b938a0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(185,56,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b938a0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b938a0;
  -webkit-box-shadow: 1px 1px 3px 2px #b938a0;
  box-shadow:         1px 1px 3px 2px #b938a0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(185,56,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b938a0


Comments

No comments written yet.

Please login to write comment.