Color Hex Logo

#bd097d Color Hex

#BD097D
(189,9,125)
0 Favorites   0 Comments

Color spaces of #bd097d

RGB 1899125
HSL0.890.910.39
HSV321°95°74°
CMYK 0.000.950.34   0.26
XYZ24.785612.494920.5074
Yxy12.49490.42890.2162
Hunter Lab35.348163.3024-9.6537
CIE-Lab41.992169.4748-14.6564

#bd097d color RGB value is (189,9,125).

#bd097d hex color red value is 189, green value is 9 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bd097d hue: 0.89 , saturation: 0.91 and the lightness value of bd097d is 0.39.

The process color (four color CMYK) of #bd097d color hex is 0.00, 0.95, 0.34, 0.26. Web safe color of #bd097d is #cc0066. Color #bd097d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001001 01111101
Octal 275 11 175
Decimal 189 9 125
Hex BD 9 7D

RGB Percentages of Color #bd097d

%58.51
%2.79
%38.70

CMYK Percentages of Color #bd097d

%0
%95
%34
%26

Triadic Colors of #bd097d

#bd097d #7dbd09 #097dbd

Analogous Colors of #bd097d

#bd097d #bd0923 #a309bd

Monochromatic Colors of #bd097d

#bd097d

Complementary Color

#bd097d #09bd49

#bd097d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd097d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd097d Color CSS Codes

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

#bd097d Text Font Color

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

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


#bd097d Background Color

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

This div background color is #bd097d


#bd097d Border Color

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

This div border color is #bd097d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd097d


Comments

No comments written yet.

Please login to write comment.