Color Hex Logo

#bd426a Color Hex

#BD426A
(189,66,106)
0 Favorites   0 Comments

Color spaces of #bd426a

RGB 18966106
HSL0.950.480.50
HSV340°65°74°
CMYK 0.000.650.44   0.26
XYZ25.536015.755915.3310
Yxy15.75590.45100.2783
Hunter Lab39.693745.36984.8859
CIE-Lab46.652652.57823.9738

#bd426a color RGB value is (189,66,106).

#bd426a hex color red value is 189, green value is 66 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #bd426a hue: 0.95 , saturation: 0.48 and the lightness value of bd426a is 0.50.

The process color (four color CMYK) of #bd426a color hex is 0.00, 0.65, 0.44, 0.26. Web safe color of #bd426a is #cc3366. Color #bd426a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000010 01101010
Octal 275 102 152
Decimal 189 66 106
Hex BD 42 6A

RGB Percentages of Color #bd426a

%52.35
%18.28
%29.36

CMYK Percentages of Color #bd426a

%0
%65
%44
%26

Triadic Colors of #bd426a

#bd426a #6abd42 #426abd

Analogous Colors of #bd426a

#bd426a #bd5742 #bd42a8

Monochromatic Colors of #bd426a

#bd426a

Complementary Color

#bd426a #42bd95

#bd426a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd426a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd426a Color CSS Codes

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

#bd426a Text Font Color

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

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


#bd426a Background Color

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

This div background color is #bd426a


#bd426a Border Color

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

This div border color is #bd426a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd426a


Comments

No comments written yet.

Please login to write comment.