Color Hex Logo

#b490cb Color Hex

#B490CB
(180,144,203)
0 Favorites   0 Comments

Color spaces of #b490cb

RGB 180144203
HSL0.770.360.68
HSV277°29°80°
CMYK 0.110.290.00   0.20
XYZ39.575133.961660.9693
Yxy33.96160.29420.2525
Hunter Lab58.276619.2337-21.2359
CIE-Lab64.932124.5178-25.3087

#b490cb color RGB value is (180,144,203).

#b490cb hex color red value is 180, green value is 144 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b490cb hue: 0.77 , saturation: 0.36 and the lightness value of b490cb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010000 11001011
Octal 264 220 313
Decimal 180 144 203
Hex B4 90 CB

RGB Percentages of Color #b490cb

%34.16
%27.32
%38.52

CMYK Percentages of Color #b490cb

%11
%29
%0
%20

Triadic Colors of #b490cb

#b490cb #cbb490 #90cbb4

Analogous Colors of #b490cb

#b490cb #cb90c5 #9790cb

Monochromatic Colors of #b490cb

#b490cb

Complementary Color

#b490cb #a7cb90

#b490cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b490cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b490cb Color CSS Codes

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

#b490cb Text Font Color

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

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


#b490cb Background Color

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

This div background color is #b490cb


#b490cb Border Color

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

This div border color is #b490cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b490cb


Comments

No comments written yet.

Please login to write comment.