Color Hex Logo

#bd6668 Color Hex

#BD6668
(189,102,104)
0 Favorites   0 Comments

Color spaces of #bd6668

RGB 189102104
HSL1.000.400.57
HSV359°46°74°
CMYK 0.000.460.45   0.26
XYZ28.236321.321015.7239
Yxy21.32100.43250.3266
Hunter Lab46.174728.349012.1322
CIE-Lab53.299034.923214.5518

#bd6668 color RGB value is (189,102,104).

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

The process color (four color CMYK) of #bd6668 color hex is 0.00, 0.46, 0.45, 0.26. Web safe color of #bd6668 is #cc6666. Color #bd6668 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100110 01101000
Octal 275 146 150
Decimal 189 102 104
Hex BD 66 68

RGB Percentages of Color #bd6668

%47.85
%25.82
%26.33

CMYK Percentages of Color #bd6668

%0
%46
%45
%26

Triadic Colors of #bd6668

#bd6668 #68bd66 #6668bd

Analogous Colors of #bd6668

#bd6668 #bd9066 #bd6694

Monochromatic Colors of #bd6668

#bd6668

Complementary Color

#bd6668 #66bdbb

#bd6668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6668 Color CSS Codes

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

#bd6668 Text Font Color

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

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


#bd6668 Background Color

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

This div background color is #bd6668


#bd6668 Border Color

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

This div border color is #bd6668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6668


Comments

No comments written yet.

Please login to write comment.