Color Hex Logo

#bd67af Color Hex

#BD67AF
(189,103,175)
0 Favorites   0 Comments

Color spaces of #bd67af

RGB 189103175
HSL0.860.390.57
HSV310°46°74°
CMYK 0.000.460.07   0.26
XYZ33.574423.614543.3459
Yxy23.61450.33400.2349
Hunter Lab48.594838.2859-18.8696
CIE-Lab55.699744.3983-23.5069

#bd67af color RGB value is (189,103,175).

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

The process color (four color CMYK) of #bd67af color hex is 0.00, 0.46, 0.07, 0.26. Web safe color of #bd67af is #cc6699. Color #bd67af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100111 10101111
Octal 275 147 257
Decimal 189 103 175
Hex BD 67 AF

RGB Percentages of Color #bd67af

%40.47
%22.06
%37.47

CMYK Percentages of Color #bd67af

%0
%46
%7
%26

Triadic Colors of #bd67af

#bd67af #afbd67 #67afbd

Analogous Colors of #bd67af

#bd67af #bd6784 #a067bd

Monochromatic Colors of #bd67af

#bd67af

Complementary Color

#bd67af #67bd75

#bd67af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd67af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd67af Color CSS Codes

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

#bd67af Text Font Color

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

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


#bd67af Background Color

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

This div background color is #bd67af


#bd67af Border Color

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

This div border color is #bd67af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd67af


Comments

No comments written yet.

Please login to write comment.