Color Hex Logo

#bd308e Color Hex

#BD308E
(189,48,142)
0 Favorites   0 Comments

Color spaces of #bd308e

RGB 18948142
HSL0.890.590.46
HSV320°75°74°
CMYK 0.000.750.25   0.26
XYZ26.925714.885727.0453
Yxy14.88570.39100.2162
Hunter Lab38.582057.0536-14.5539
CIE-Lab45.477263.3940-19.7256

#bd308e color RGB value is (189,48,142).

#bd308e hex color red value is 189, green value is 48 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bd308e hue: 0.89 , saturation: 0.59 and the lightness value of bd308e is 0.46.

The process color (four color CMYK) of #bd308e color hex is 0.00, 0.75, 0.25, 0.26. Web safe color of #bd308e is #cc3399. Color #bd308e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110000 10001110
Octal 275 60 216
Decimal 189 48 142
Hex BD 30 8E

RGB Percentages of Color #bd308e

%49.87
%12.66
%37.47

CMYK Percentages of Color #bd308e

%0
%75
%25
%26

Triadic Colors of #bd308e

#bd308e #8ebd30 #308ebd

Analogous Colors of #bd308e

#bd308e #bd3048 #a630bd

Monochromatic Colors of #bd308e

#bd308e

Complementary Color

#bd308e #30bd5f

#bd308e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd308e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd308e Color CSS Codes

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

#bd308e Text Font Color

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

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


#bd308e Background Color

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

This div background color is #bd308e


#bd308e Border Color

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

This div border color is #bd308e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd308e


Comments

No comments written yet.

Please login to write comment.