Color Hex Logo

#bd85be Color Hex

#BD85BE
(189,133,190)
0 Favorites   0 Comments

Color spaces of #bd85be

RGB 189133190
HSL0.830.300.63
HSV299°30°75°
CMYK 0.010.300.00   0.25
XYZ38.668131.311652.7209
Yxy31.31160.31510.2552
Hunter Lab55.956825.4254-16.6916
CIE-Lab62.769830.9636-21.2399

#bd85be color RGB value is (189,133,190).

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

The process color (four color CMYK) of #bd85be color hex is 0.01, 0.30, 0.00, 0.25. Web safe color of #bd85be is #cc99cc. Color #bd85be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10000101 10111110
Octal 275 205 276
Decimal 189 133 190
Hex BD 85 BE

RGB Percentages of Color #bd85be

%36.91
%25.98
%37.11

CMYK Percentages of Color #bd85be

%1
%30
%0
%25

Triadic Colors of #bd85be

#bd85be #bebd85 #85bebd

Analogous Colors of #bd85be

#bd85be #be85a3 #a185be

Monochromatic Colors of #bd85be

#bd85be

Complementary Color

#bd85be #86be85

#bd85be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd85be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd85be Color CSS Codes

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

#bd85be Text Font Color

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

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


#bd85be Background Color

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

This div background color is #bd85be


#bd85be Border Color

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

This div border color is #bd85be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd85be


Comments

No comments written yet.

Please login to write comment.