Color Hex Logo

#bd68ba Color Hex

#BD68BA
(189,104,186)
0 Favorites   0 Comments

Color spaces of #bd68ba

RGB 189104186
HSL0.840.390.57
HSV302°45°74°
CMYK 0.000.450.02   0.26
XYZ34.799524.264649.3038
Yxy24.26460.32110.2239
Hunter Lab49.259139.8993-24.8624
CIE-Lab56.351745.8357-28.8363

#bd68ba color RGB value is (189,104,186).

#bd68ba hex color red value is 189, green value is 104 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bd68ba hue: 0.84 , saturation: 0.39 and the lightness value of bd68ba is 0.57.

The process color (four color CMYK) of #bd68ba color hex is 0.00, 0.45, 0.02, 0.26. Web safe color of #bd68ba is #cc66cc. Color #bd68ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101000 10111010
Octal 275 150 272
Decimal 189 104 186
Hex BD 68 BA

RGB Percentages of Color #bd68ba

%39.46
%21.71
%38.83

CMYK Percentages of Color #bd68ba

%0
%45
%2
%26

Triadic Colors of #bd68ba

#bd68ba #babd68 #68babd

Analogous Colors of #bd68ba

#bd68ba #bd6890 #9668bd

Monochromatic Colors of #bd68ba

#bd68ba

Complementary Color

#bd68ba #68bd6b

#bd68ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd68ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd68ba Color CSS Codes

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

#bd68ba Text Font Color

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

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


#bd68ba Background Color

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

This div background color is #bd68ba


#bd68ba Border Color

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

This div border color is #bd68ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd68ba


Comments

No comments written yet.

Please login to write comment.