Color Hex Logo

#bd90cc Color Hex

#BD90CC
(189,144,204)
0 Favorites   0 Comments

Color spaces of #bd90cc

RGB 189144204
HSL0.790.370.68
HSV285°29°80°
CMYK 0.070.290.00   0.20
XYZ41.858635.125061.7003
Yxy35.12500.30180.2533
Hunter Lab59.266322.3548-20.2385
CIE-Lab65.845927.6262-24.3894

#bd90cc color RGB value is (189,144,204).

#bd90cc hex color red value is 189, green value is 144 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bd90cc hue: 0.79 , saturation: 0.37 and the lightness value of bd90cc is 0.68.

The process color (four color CMYK) of #bd90cc color hex is 0.07, 0.29, 0.00, 0.20. Web safe color of #bd90cc is #cc99cc. Color #bd90cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10010000 11001100
Octal 275 220 314
Decimal 189 144 204
Hex BD 90 CC

RGB Percentages of Color #bd90cc

%35.20
%26.82
%37.99

CMYK Percentages of Color #bd90cc

%7
%29
%0
%20

Triadic Colors of #bd90cc

#bd90cc #ccbd90 #90ccbd

Analogous Colors of #bd90cc

#bd90cc #cc90bd #9f90cc

Monochromatic Colors of #bd90cc

#bd90cc

Complementary Color

#bd90cc #9fcc90

#bd90cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd90cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd90cc Color CSS Codes

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

#bd90cc Text Font Color

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

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


#bd90cc Background Color

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

This div background color is #bd90cc


#bd90cc Border Color

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

This div border color is #bd90cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd90cc


Comments

No comments written yet.

Please login to write comment.