Color Hex Logo

#bd92be Color Hex

#BD92BE
(189,146,190)
0 Favorites   0 Comments

Color spaces of #bd92be

RGB 189146190
HSL0.830.250.66
HSV299°23°75°
CMYK 0.010.230.00   0.25
XYZ40.559435.094353.3514
Yxy35.09430.31440.2720
Hunter Lab59.240418.5406-11.9277
CIE-Lab65.822023.7519-16.6010

#bd92be color RGB value is (189,146,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010010 10111110
Octal 275 222 276
Decimal 189 146 190
Hex BD 92 BE

RGB Percentages of Color #bd92be

%36.00
%27.81
%36.19

CMYK Percentages of Color #bd92be

%1
%23
%0
%25

Triadic Colors of #bd92be

#bd92be #bebd92 #92bebd

Analogous Colors of #bd92be

#bd92be #be92a9 #a792be

Monochromatic Colors of #bd92be

#bd92be

Complementary Color

#bd92be #93be92

#bd92be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd92be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd92be Color CSS Codes

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

#bd92be Text Font Color

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

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


#bd92be Background Color

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

This div background color is #bd92be


#bd92be Border Color

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

This div border color is #bd92be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,146,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 #bd92be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd92be


Comments

No comments written yet.

Please login to write comment.