Color Hex Logo

#bd3b70 Color Hex

#BD3B70
(189,59,112)
0 Favorites   0 Comments

Color spaces of #bd3b70

RGB 18959112
HSL0.930.520.49
HSV336°69°74°
CMYK 0.000.690.41   0.26
XYZ25.474915.116616.9044
Yxy15.11660.44310.2629
Hunter Lab38.880148.91621.4378
CIE-Lab45.793556.0238-0.9516

#bd3b70 color RGB value is (189,59,112).

#bd3b70 hex color red value is 189, green value is 59 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bd3b70 hue: 0.93 , saturation: 0.52 and the lightness value of bd3b70 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111011 01110000
Octal 275 73 160
Decimal 189 59 112
Hex BD 3B 70

RGB Percentages of Color #bd3b70

%52.50
%16.39
%31.11

CMYK Percentages of Color #bd3b70

%0
%69
%41
%26

Triadic Colors of #bd3b70

#bd3b70 #70bd3b #3b70bd

Analogous Colors of #bd3b70

#bd3b70 #bd473b #bd3bb1

Monochromatic Colors of #bd3b70

#bd3b70

Complementary Color

#bd3b70 #3bbd88

#bd3b70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3b70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3b70 Color CSS Codes

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

#bd3b70 Text Font Color

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

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


#bd3b70 Background Color

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

This div background color is #bd3b70


#bd3b70 Border Color

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

This div border color is #bd3b70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3b70


Comments

No comments written yet.

Please login to write comment.