Color Hex Logo

#bd75be Color Hex

#BD75BE
(189,117,190)
0 Favorites   0 Comments

Color spaces of #bd75be

RGB 189117190
HSL0.830.360.60
HSV299°38°75°
CMYK 0.010.380.00   0.25
XYZ36.641827.259152.0455
Yxy27.25910.31600.2351
Hunter Lab52.210233.9056-22.5557
CIE-Lab59.213439.7050-26.6981

#bd75be color RGB value is (189,117,190).

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

The process color (four color CMYK) of #bd75be color hex is 0.01, 0.38, 0.00, 0.25. Web safe color of #bd75be is #cc66cc. Color #bd75be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110101 10111110
Octal 275 165 276
Decimal 189 117 190
Hex BD 75 BE

RGB Percentages of Color #bd75be

%38.10
%23.59
%38.31

CMYK Percentages of Color #bd75be

%1
%38
%0
%25

Triadic Colors of #bd75be

#bd75be #bebd75 #75bebd

Analogous Colors of #bd75be

#bd75be #be759b #9975be

Monochromatic Colors of #bd75be

#bd75be

Complementary Color

#bd75be #76be75

#bd75be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd75be Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd75be Color CSS Codes

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

#bd75be Text Font Color

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

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


#bd75be Background Color

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

This div background color is #bd75be


#bd75be Border Color

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

This div border color is #bd75be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd75be


Comments

No comments written yet.

Please login to write comment.