Color Hex Logo

#bd97df Color Hex

#BD97DF
(189,151,223)
0 Favorites   0 Comments

Color spaces of #bd97df

RGB 189151223
HSL0.750.530.73
HSV272°32°87°
CMYK 0.150.320.00   0.13
XYZ45.372238.279774.8094
Yxy38.27970.28630.2416
Hunter Lab61.870622.6277-28.3797
CIE-Lab68.226327.7251-31.2623

#bd97df color RGB value is (189,151,223).

#bd97df hex color red value is 189, green value is 151 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bd97df hue: 0.75 , saturation: 0.53 and the lightness value of bd97df is 0.73.

The process color (four color CMYK) of #bd97df color hex is 0.15, 0.32, 0.00, 0.13. Web safe color of #bd97df is #cc99cc. Color #bd97df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010111 11011111
Octal 275 227 337
Decimal 189 151 223
Hex BD 97 DF

RGB Percentages of Color #bd97df

%33.57
%26.82
%39.61

CMYK Percentages of Color #bd97df

%15
%32
%0
%13

Triadic Colors of #bd97df

#bd97df #dfbd97 #97dfbd

Analogous Colors of #bd97df

#bd97df #df97dd #9997df

Monochromatic Colors of #bd97df

#bd97df

Complementary Color

#bd97df #b9df97

#bd97df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd97df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd97df Color CSS Codes

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

#bd97df Text Font Color

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

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


#bd97df Background Color

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

This div background color is #bd97df


#bd97df Border Color

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

This div border color is #bd97df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd97df


Comments

No comments written yet.

Please login to write comment.