Color Hex Logo

#bc909d Color Hex

#BC909D
(188,144,157)
0 Favorites   0 Comments

Color spaces of #bc909d

RGB 188144157
HSL0.950.250.65
HSV342°23°74°
CMYK 0.000.230.16   0.26
XYZ36.798133.072236.3424
Yxy33.07220.34650.3114
Hunter Lab57.508413.57762.7876
CIE-Lab64.219318.6443-0.4243

#bc909d color RGB value is (188,144,157).

#bc909d hex color red value is 188, green value is 144 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bc909d hue: 0.95 , saturation: 0.25 and the lightness value of bc909d is 0.65.

The process color (four color CMYK) of #bc909d color hex is 0.00, 0.23, 0.16, 0.26. Web safe color of #bc909d is #cc9999. Color #bc909d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010000 10011101
Octal 274 220 235
Decimal 188 144 157
Hex BC 90 9D

RGB Percentages of Color #bc909d

%38.45
%29.45
%32.11

CMYK Percentages of Color #bc909d

%0
%23
%16
%26

Triadic Colors of #bc909d

#bc909d #9dbc90 #909dbc

Analogous Colors of #bc909d

#bc909d #bc9990 #bc90b3

Monochromatic Colors of #bc909d

#bc909d

Complementary Color

#bc909d #90bcaf

#bc909d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc909d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc909d Color CSS Codes

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

#bc909d Text Font Color

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

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


#bc909d Background Color

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

This div background color is #bc909d


#bc909d Border Color

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

This div border color is #bc909d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,144,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bc909d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bc909d;
  -webkit-box-shadow: 1px 1px 3px 2px #bc909d;
  box-shadow:         1px 1px 3px 2px #bc909d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,144,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc909d


Comments

No comments written yet.

Please login to write comment.