Color Hex Logo

#bd376f Color Hex

#BD376F
(189,55,111)
0 Favorites   0 Comments

Color spaces of #bd376f

RGB 18955111
HSL0.930.550.48
HSV335°71°74°
CMYK 0.000.710.41   0.26
XYZ25.221714.698916.5468
Yxy14.69890.44670.2603
Hunter Lab38.339150.33411.2484
CIE-Lab45.219057.4284-1.1787

#bd376f color RGB value is (189,55,111).

#bd376f hex color red value is 189, green value is 55 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bd376f hue: 0.93 , saturation: 0.55 and the lightness value of bd376f is 0.48.

The process color (four color CMYK) of #bd376f color hex is 0.00, 0.71, 0.41, 0.26. Web safe color of #bd376f is #cc3366. Color #bd376f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110111 01101111
Octal 275 67 157
Decimal 189 55 111
Hex BD 37 6F

RGB Percentages of Color #bd376f

%53.24
%15.49
%31.27

CMYK Percentages of Color #bd376f

%0
%71
%41
%26

Triadic Colors of #bd376f

#bd376f #6fbd37 #376fbd

Analogous Colors of #bd376f

#bd376f #bd4237 #bd37b2

Monochromatic Colors of #bd376f

#bd376f

Complementary Color

#bd376f #37bd85

#bd376f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd376f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd376f Color CSS Codes

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

#bd376f Text Font Color

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

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


#bd376f Background Color

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

This div background color is #bd376f


#bd376f Border Color

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

This div border color is #bd376f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,55,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd376f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd376f;
  -webkit-box-shadow: 1px 1px 3px 2px #bd376f;
  box-shadow:         1px 1px 3px 2px #bd376f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,55,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd376f


Comments

No comments written yet.

Please login to write comment.