Color Hex Logo

#bd67ba Color Hex

#BD67BA
(189,103,186)
0 Favorites   0 Comments

Color spaces of #bd67ba

RGB 189103186
HSL0.840.390.57
HSV302°46°74°
CMYK 0.000.460.02   0.26
XYZ34.699424.064549.2704
Yxy24.06450.32120.2227
Hunter Lab49.055640.4145-25.2107
CIE-Lab56.152346.3520-29.1455

#bd67ba color RGB value is (189,103,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100111 10111010
Octal 275 147 272
Decimal 189 103 186
Hex BD 67 BA

RGB Percentages of Color #bd67ba

%39.54
%21.55
%38.91

CMYK Percentages of Color #bd67ba

%0
%46
%2
%26

Triadic Colors of #bd67ba

#bd67ba #babd67 #67babd

Analogous Colors of #bd67ba

#bd67ba #bd678f #9567bd

Monochromatic Colors of #bd67ba

#bd67ba

Complementary Color

#bd67ba #67bd6a

#bd67ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd67ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd67ba Color CSS Codes

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

#bd67ba Text Font Color

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

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


#bd67ba Background Color

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

This div background color is #bd67ba


#bd67ba Border Color

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

This div border color is #bd67ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd67ba


Comments

No comments written yet.

Please login to write comment.