Color Hex Logo

#bd427b Color Hex

#BD427B
(189,66,123)
0 Favorites   0 Comments

Color spaces of #bd427b

RGB 18966123
HSL0.920.480.50
HSV332°65°74°
CMYK 0.000.650.35   0.26
XYZ26.509616.145320.4580
Yxy16.14530.42000.2558
Hunter Lab40.181247.4484-2.0603
CIE-Lab47.164554.4208-5.6463

#bd427b color RGB value is (189,66,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000010 01111011
Octal 275 102 173
Decimal 189 66 123
Hex BD 42 7B

RGB Percentages of Color #bd427b

%50.00
%17.46
%32.54

CMYK Percentages of Color #bd427b

%0
%65
%35
%26

Triadic Colors of #bd427b

#bd427b #7bbd42 #427bbd

Analogous Colors of #bd427b

#bd427b #bd4642 #bd42b9

Monochromatic Colors of #bd427b

#bd427b

Complementary Color

#bd427b #42bd84

#bd427b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd427b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd427b Color CSS Codes

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

#bd427b Text Font Color

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

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


#bd427b Background Color

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

This div background color is #bd427b


#bd427b Border Color

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

This div border color is #bd427b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd427b


Comments

No comments written yet.

Please login to write comment.