Color Hex Logo

#bd6a98 Color Hex

#BD6A98
(189,106,152)
0 Favorites   0 Comments

Color spaces of #bd6a98

RGB 189106152
HSL0.910.390.58
HSV327°44°74°
CMYK 0.000.440.20   0.26
XYZ31.807823.393932.5448
Yxy23.39390.36250.2666
Hunter Lab48.367232.7445-6.0373
CIE-Lab55.475839.0524-10.4882

#bd6a98 color RGB value is (189,106,152).

#bd6a98 hex color red value is 189, green value is 106 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bd6a98 hue: 0.91 , saturation: 0.39 and the lightness value of bd6a98 is 0.58.

The process color (four color CMYK) of #bd6a98 color hex is 0.00, 0.44, 0.20, 0.26. Web safe color of #bd6a98 is #cc6699. Color #bd6a98 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101010 10011000
Octal 275 152 230
Decimal 189 106 152
Hex BD 6A 98

RGB Percentages of Color #bd6a98

%42.28
%23.71
%34.00

CMYK Percentages of Color #bd6a98

%0
%44
%20
%26

Triadic Colors of #bd6a98

#bd6a98 #98bd6a #6a98bd

Analogous Colors of #bd6a98

#bd6a98 #bd6a6f #b96abd

Monochromatic Colors of #bd6a98

#bd6a98

Complementary Color

#bd6a98 #6abd8f

#bd6a98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6a98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6a98 Color CSS Codes

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

#bd6a98 Text Font Color

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

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


#bd6a98 Background Color

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

This div background color is #bd6a98


#bd6a98 Border Color

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

This div border color is #bd6a98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6a98


Comments

No comments written yet.

Please login to write comment.