Color Hex Logo

#bd426b Color Hex

#BD426B
(189,66,107)
0 Favorites   0 Comments

Color spaces of #bd426b

RGB 18966107
HSL0.940.480.50
HSV340°65°74°
CMYK 0.000.650.43   0.26
XYZ25.588315.776815.6065
Yxy15.77680.44910.2769
Hunter Lab39.720045.48264.5082
CIE-Lab46.680352.67903.4020

#bd426b color RGB value is (189,66,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000010 01101011
Octal 275 102 153
Decimal 189 66 107
Hex BD 42 6B

RGB Percentages of Color #bd426b

%52.21
%18.23
%29.56

CMYK Percentages of Color #bd426b

%0
%65
%43
%26

Triadic Colors of #bd426b

#bd426b #6bbd42 #426bbd

Analogous Colors of #bd426b

#bd426b #bd5742 #bd42a9

Monochromatic Colors of #bd426b

#bd426b

Complementary Color

#bd426b #42bd94

#bd426b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd426b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd426b Color CSS Codes

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

#bd426b Text Font Color

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

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


#bd426b Background Color

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

This div background color is #bd426b


#bd426b Border Color

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

This div border color is #bd426b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd426b


Comments

No comments written yet.

Please login to write comment.