Color Hex Logo

#bd68af Color Hex

#BD68AF
(189,104,175)
0 Favorites   0 Comments

Color spaces of #bd68af

RGB 189104175
HSL0.860.390.57
HSV310°45°74°
CMYK 0.000.450.07   0.26
XYZ33.674423.814643.3793
Yxy23.81460.33380.2361
Hunter Lab48.800237.7729-18.5437
CIE-Lab55.901743.8784-23.1964

#bd68af color RGB value is (189,104,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101000 10101111
Octal 275 150 257
Decimal 189 104 175
Hex BD 68 AF

RGB Percentages of Color #bd68af

%40.38
%22.22
%37.39

CMYK Percentages of Color #bd68af

%0
%45
%7
%26

Triadic Colors of #bd68af

#bd68af #afbd68 #68afbd

Analogous Colors of #bd68af

#bd68af #bd6885 #a168bd

Monochromatic Colors of #bd68af

#bd68af

Complementary Color

#bd68af #68bd76

#bd68af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd68af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd68af Color CSS Codes

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

#bd68af Text Font Color

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

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


#bd68af Background Color

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

This div background color is #bd68af


#bd68af Border Color

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

This div border color is #bd68af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd68af


Comments

No comments written yet.

Please login to write comment.