Color Hex Logo

#bd378a Color Hex

#BD378A
(189,55,138)
0 Favorites   0 Comments

Color spaces of #bd378a

RGB 18955138
HSL0.900.550.48
HSV323°71°74°
CMYK 0.000.710.27   0.26
XYZ26.939915.386225.5947
Yxy15.38620.39660.2265
Hunter Lab39.225253.9496-11.2294
CIE-Lab46.158760.5145-16.2615

#bd378a color RGB value is (189,55,138).

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

The process color (four color CMYK) of #bd378a color hex is 0.00, 0.71, 0.27, 0.26. Web safe color of #bd378a is #cc3399. Color #bd378a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110111 10001010
Octal 275 67 212
Decimal 189 55 138
Hex BD 37 8A

RGB Percentages of Color #bd378a

%49.48
%14.40
%36.13

CMYK Percentages of Color #bd378a

%0
%71
%27
%26

Triadic Colors of #bd378a

#bd378a #8abd37 #378abd

Analogous Colors of #bd378a

#bd378a #bd3747 #ad37bd

Monochromatic Colors of #bd378a

#bd378a

Complementary Color

#bd378a #37bd6a

#bd378a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd378a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd378a Color CSS Codes

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

#bd378a Text Font Color

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

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


#bd378a Background Color

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

This div background color is #bd378a


#bd378a Border Color

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

This div border color is #bd378a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd378a


Comments

No comments written yet.

Please login to write comment.