Color Hex Logo

#bd658e Color Hex

#BD658E
(189,101,142)
0 Favorites   0 Comments

Color spaces of #bd658e

RGB 189101142
HSL0.920.400.57
HSV332°47°74°
CMYK 0.000.470.25   0.26
XYZ30.522422.079228.2442
Yxy22.07920.37750.2731
Hunter Lab46.988533.7186-2.7465
CIE-Lab54.110940.1948-6.6708

#bd658e color RGB value is (189,101,142).

#bd658e hex color red value is 189, green value is 101 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #bd658e hue: 0.92 , saturation: 0.40 and the lightness value of bd658e is 0.57.

The process color (four color CMYK) of #bd658e color hex is 0.00, 0.47, 0.25, 0.26. Web safe color of #bd658e is #cc6699. Color #bd658e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100101 10001110
Octal 275 145 216
Decimal 189 101 142
Hex BD 65 8E

RGB Percentages of Color #bd658e

%43.75
%23.38
%32.87

CMYK Percentages of Color #bd658e

%0
%47
%25
%26

Triadic Colors of #bd658e

#bd658e #8ebd65 #658ebd

Analogous Colors of #bd658e

#bd658e #bd6865 #bd65ba

Monochromatic Colors of #bd658e

#bd658e

Complementary Color

#bd658e #65bd94

#bd658e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd658e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd658e Color CSS Codes

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

#bd658e Text Font Color

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

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


#bd658e Background Color

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

This div background color is #bd658e


#bd658e Border Color

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

This div border color is #bd658e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd658e


Comments

No comments written yet.

Please login to write comment.