Color Hex Logo

#bd85ae Color Hex

#BD85AE
(189,133,174)
0 Favorites   0 Comments

Color spaces of #bd85ae

RGB 189133174
HSL0.880.300.63
HSV316°30°74°
CMYK 0.000.300.08   0.26
XYZ37.013830.649944.0096
Yxy30.64990.33140.2745
Hunter Lab55.362422.4562-8.3782
CIE-Lab62.211028.0117-13.0277

#bd85ae color RGB value is (189,133,174).

#bd85ae hex color red value is 189, green value is 133 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bd85ae hue: 0.88 , saturation: 0.30 and the lightness value of bd85ae is 0.63.

The process color (four color CMYK) of #bd85ae color hex is 0.00, 0.30, 0.08, 0.26. Web safe color of #bd85ae is #cc9999. Color #bd85ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000101 10101110
Octal 275 205 256
Decimal 189 133 174
Hex BD 85 AE

RGB Percentages of Color #bd85ae

%38.10
%26.81
%35.08

CMYK Percentages of Color #bd85ae

%0
%30
%8
%26

Triadic Colors of #bd85ae

#bd85ae #aebd85 #85aebd

Analogous Colors of #bd85ae

#bd85ae #bd8592 #b085bd

Monochromatic Colors of #bd85ae

#bd85ae

Complementary Color

#bd85ae #85bd94

#bd85ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd85ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd85ae Color CSS Codes

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

#bd85ae Text Font Color

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

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


#bd85ae Background Color

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

This div background color is #bd85ae


#bd85ae Border Color

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

This div border color is #bd85ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd85ae


Comments

No comments written yet.

Please login to write comment.