Color Hex Logo

#bd3168 Color Hex

#BD3168
(189,49,104)
0 Favorites   0 Comments

Color spaces of #bd3168

RGB 18949104
HSL0.930.590.47
HSV336°74°74°
CMYK 0.000.740.45   0.26
XYZ24.583314.014914.5062
Yxy14.01490.46290.2639
Hunter Lab37.436551.70123.2314
CIE-Lab44.254358.85251.7392

#bd3168 color RGB value is (189,49,104).

#bd3168 hex color red value is 189, green value is 49 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #bd3168 hue: 0.93 , saturation: 0.59 and the lightness value of bd3168 is 0.47.

The process color (four color CMYK) of #bd3168 color hex is 0.00, 0.74, 0.45, 0.26. Web safe color of #bd3168 is #cc3366. Color #bd3168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110001 01101000
Octal 275 61 150
Decimal 189 49 104
Hex BD 31 68

RGB Percentages of Color #bd3168

%55.26
%14.33
%30.41

CMYK Percentages of Color #bd3168

%0
%74
%45
%26

Triadic Colors of #bd3168

#bd3168 #68bd31 #3168bd

Analogous Colors of #bd3168

#bd3168 #bd4031 #bd31ae

Monochromatic Colors of #bd3168

#bd3168

Complementary Color

#bd3168 #31bd86

#bd3168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3168 Color CSS Codes

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

#bd3168 Text Font Color

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

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


#bd3168 Background Color

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

This div background color is #bd3168


#bd3168 Border Color

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

This div border color is #bd3168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3168


Comments

No comments written yet.

Please login to write comment.