Color Hex Logo

#bd026d Color Hex

#BD026D
(189,2,109)
0 Favorites   0 Comments

Color spaces of #bd026d

RGB 1892109
HSL0.900.980.37
HSV326°99°74°
CMYK 0.000.990.42   0.26
XYZ23.768311.966415.5250
Yxy11.96640.46370.2334
Hunter Lab34.592562.1095-2.3944
CIE-Lab41.162768.6184-5.9286

#bd026d color RGB value is (189,2,109).

#bd026d hex color red value is 189, green value is 2 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bd026d hue: 0.90 , saturation: 0.98 and the lightness value of bd026d is 0.37.

The process color (four color CMYK) of #bd026d color hex is 0.00, 0.99, 0.42, 0.26. Web safe color of #bd026d is #cc0066. Color #bd026d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000010 01101101
Octal 275 2 155
Decimal 189 2 109
Hex BD 2 6D

RGB Percentages of Color #bd026d

%63.00
%0.67
%36.33

CMYK Percentages of Color #bd026d

%0
%99
%42
%26

Triadic Colors of #bd026d

#bd026d #6dbd02 #026dbd

Analogous Colors of #bd026d

#bd026d #bd020f #b002bd

Monochromatic Colors of #bd026d

#bd026d

Complementary Color

#bd026d #02bd52

#bd026d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd026d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd026d Color CSS Codes

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

#bd026d Text Font Color

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

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


#bd026d Background Color

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

This div background color is #bd026d


#bd026d Border Color

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

This div border color is #bd026d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd026d


Comments

No comments written yet.

Please login to write comment.