Color Hex Logo

#bd88df Color Hex

#BD88DF
(189,136,223)
0 Favorites   0 Comments

Color spaces of #bd88df

RGB 189136223
HSL0.770.580.70
HSV277°39°87°
CMYK 0.150.390.00   0.13
XYZ43.109733.754874.0552
Yxy33.75480.28560.2237
Hunter Lab58.098930.7750-34.9042
CIE-Lab64.767536.0273-36.6306

#bd88df color RGB value is (189,136,223).

#bd88df hex color red value is 189, green value is 136 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bd88df hue: 0.77 , saturation: 0.58 and the lightness value of bd88df is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001000 11011111
Octal 275 210 337
Decimal 189 136 223
Hex BD 88 DF

RGB Percentages of Color #bd88df

%34.49
%24.82
%40.69

CMYK Percentages of Color #bd88df

%15
%39
%0
%13

Triadic Colors of #bd88df

#bd88df #dfbd88 #88dfbd

Analogous Colors of #bd88df

#bd88df #df88d6 #9288df

Monochromatic Colors of #bd88df

#bd88df

Complementary Color

#bd88df #aadf88

#bd88df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd88df Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd88df Color CSS Codes

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

#bd88df Text Font Color

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

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


#bd88df Background Color

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

This div background color is #bd88df


#bd88df Border Color

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

This div border color is #bd88df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd88df


Comments

No comments written yet.

Please login to write comment.