Color Hex Logo

#bd435d Color Hex

#BD435D
(189,67,93)
0 Favorites   0 Comments

Color spaces of #bd435d

RGB 1896793
HSL0.960.480.50
HSV347°65°74°
CMYK 0.000.650.51   0.26
XYZ24.969215.623412.0555
Yxy15.62340.47430.2968
Hunter Lab39.526443.58879.5852
CIE-Lab46.476550.932411.6811

#bd435d color RGB value is (189,67,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000011 01011101
Octal 275 103 135
Decimal 189 67 93
Hex BD 43 5D

RGB Percentages of Color #bd435d

%54.15
%19.20
%26.65

CMYK Percentages of Color #bd435d

%0
%65
%51
%26

Triadic Colors of #bd435d

#bd435d #5dbd43 #435dbd

Analogous Colors of #bd435d

#bd435d #bd6643 #bd439a

Monochromatic Colors of #bd435d

#bd435d

Complementary Color

#bd435d #43bda3

#bd435d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd435d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd435d Color CSS Codes

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

#bd435d Text Font Color

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

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


#bd435d Background Color

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

This div background color is #bd435d


#bd435d Border Color

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

This div border color is #bd435d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd435d


Comments

No comments written yet.

Please login to write comment.