Color Hex Logo

#bd6282 Color Hex

#BD6282
(189,98,130)
0 Favorites   0 Comments

Color spaces of #bd6282

RGB 18998130
HSL0.940.410.56
HSV339°48°74°
CMYK 0.000.480.31   0.26
XYZ29.383221.165923.6559
Yxy21.16590.39600.2852
Hunter Lab46.006433.49251.7183
CIE-Lab53.130640.1065-1.0422

#bd6282 color RGB value is (189,98,130).

#bd6282 hex color red value is 189, green value is 98 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bd6282 hue: 0.94 , saturation: 0.41 and the lightness value of bd6282 is 0.56.

The process color (four color CMYK) of #bd6282 color hex is 0.00, 0.48, 0.31, 0.26. Web safe color of #bd6282 is #cc6699. Color #bd6282 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100010 10000010
Octal 275 142 202
Decimal 189 98 130
Hex BD 62 82

RGB Percentages of Color #bd6282

%45.32
%23.50
%31.18

CMYK Percentages of Color #bd6282

%0
%48
%31
%26

Triadic Colors of #bd6282

#bd6282 #82bd62 #6282bd

Analogous Colors of #bd6282

#bd6282 #bd7062 #bd62b0

Monochromatic Colors of #bd6282

#bd6282

Complementary Color

#bd6282 #62bd9d

#bd6282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6282 Color CSS Codes

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

#bd6282 Text Font Color

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

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


#bd6282 Background Color

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

This div background color is #bd6282


#bd6282 Border Color

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

This div border color is #bd6282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6282


Comments

No comments written yet.

Please login to write comment.