Color Hex Logo

#bc90ad Color Hex

#BC90AD
(188,144,173)
0 Favorites   0 Comments

Color spaces of #bc90ad

RGB 188144173
HSL0.890.250.65
HSV320°23°74°
CMYK 0.000.230.08   0.26
XYZ38.255133.655044.0150
Yxy33.65500.33000.2903
Hunter Lab58.012916.1845-4.3749
CIE-Lab64.687821.3726-8.7634

#bc90ad color RGB value is (188,144,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010000 10101101
Octal 274 220 255
Decimal 188 144 173
Hex BC 90 AD

RGB Percentages of Color #bc90ad

%37.23
%28.51
%34.26

CMYK Percentages of Color #bc90ad

%0
%23
%8
%26

Triadic Colors of #bc90ad

#bc90ad #adbc90 #90adbc

Analogous Colors of #bc90ad

#bc90ad #bc9097 #b590bc

Monochromatic Colors of #bc90ad

#bc90ad

Complementary Color

#bc90ad #90bc9f

#bc90ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc90ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc90ad Color CSS Codes

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

#bc90ad Text Font Color

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

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


#bc90ad Background Color

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

This div background color is #bc90ad


#bc90ad Border Color

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

This div border color is #bc90ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc90ad


Comments

No comments written yet.

Please login to write comment.