Color Hex Logo

#bd457d Color Hex

#BD457D
(189,69,125)
0 Favorites   0 Comments

Color spaces of #bd457d

RGB 18969125
HSL0.920.480.51
HSV332°63°74°
CMYK 0.000.630.34   0.26
XYZ26.816116.555721.1842
Yxy16.55570.41540.2565
Hunter Lab40.688746.4361-2.3867
CIE-Lab47.695353.3874-6.0709

#bd457d color RGB value is (189,69,125).

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

The process color (four color CMYK) of #bd457d color hex is 0.00, 0.63, 0.34, 0.26. Web safe color of #bd457d is #cc3366. Color #bd457d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000101 01111101
Octal 275 105 175
Decimal 189 69 125
Hex BD 45 7D

RGB Percentages of Color #bd457d

%49.35
%18.02
%32.64

CMYK Percentages of Color #bd457d

%0
%63
%34
%26

Triadic Colors of #bd457d

#bd457d #7dbd45 #457dbd

Analogous Colors of #bd457d

#bd457d #bd4945 #bd45b9

Monochromatic Colors of #bd457d

#bd457d

Complementary Color

#bd457d #45bd85

#bd457d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd457d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd457d Color CSS Codes

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

#bd457d Text Font Color

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

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


#bd457d Background Color

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

This div background color is #bd457d


#bd457d Border Color

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

This div border color is #bd457d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd457d


Comments

No comments written yet.

Please login to write comment.