Color Hex Logo

#bd4468 Color Hex

#BD4468
(189,68,104)
0 Favorites   0 Comments

Color spaces of #bd4468

RGB 18968104
HSL0.950.480.50
HSV342°64°74°
CMYK 0.000.640.45   0.26
XYZ25.552115.952514.8291
Yxy15.95250.45360.2832
Hunter Lab39.940644.29995.9453
CIE-Lab46.912151.52745.5693

#bd4468 color RGB value is (189,68,104).

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

The process color (four color CMYK) of #bd4468 color hex is 0.00, 0.64, 0.45, 0.26. Web safe color of #bd4468 is #cc3366. Color #bd4468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000100 01101000
Octal 275 104 150
Decimal 189 68 104
Hex BD 44 68

RGB Percentages of Color #bd4468

%52.35
%18.84
%28.81

CMYK Percentages of Color #bd4468

%0
%64
%45
%26

Triadic Colors of #bd4468

#bd4468 #68bd44 #4468bd

Analogous Colors of #bd4468

#bd4468 #bd5d44 #bd44a5

Monochromatic Colors of #bd4468

#bd4468

Complementary Color

#bd4468 #44bd99

#bd4468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4468 Color CSS Codes

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

#bd4468 Text Font Color

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

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


#bd4468 Background Color

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

This div background color is #bd4468


#bd4468 Border Color

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

This div border color is #bd4468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4468


Comments

No comments written yet.

Please login to write comment.