Color Hex Logo

#b490ce Color Hex

#B490CE
(180,144,206)
0 Favorites   0 Comments

Color spaces of #b490ce

RGB 180144206
HSL0.760.390.69
HSV275°30°81°
CMYK 0.130.300.00   0.19
XYZ39.936234.106062.8708
Yxy34.10600.29170.2491
Hunter Lab58.400319.8640-22.9483
CIE-Lab65.046625.1562-26.8074

#b490ce color RGB value is (180,144,206).

#b490ce hex color red value is 180, green value is 144 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b490ce hue: 0.76 , saturation: 0.39 and the lightness value of b490ce is 0.69.

The process color (four color CMYK) of #b490ce color hex is 0.13, 0.30, 0.00, 0.19. Web safe color of #b490ce is #cc99cc. Color #b490ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10010000 11001110
Octal 264 220 316
Decimal 180 144 206
Hex B4 90 CE

RGB Percentages of Color #b490ce

%33.96
%27.17
%38.87

CMYK Percentages of Color #b490ce

%13
%30
%0
%19

Triadic Colors of #b490ce

#b490ce #ceb490 #90ceb4

Analogous Colors of #b490ce

#b490ce #ce90c9 #9590ce

Monochromatic Colors of #b490ce

#b490ce

Complementary Color

#b490ce #aace90

#b490ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b490ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b490ce Color CSS Codes

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

#b490ce Text Font Color

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

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


#b490ce Background Color

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

This div background color is #b490ce


#b490ce Border Color

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

This div border color is #b490ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b490ce

#b490ce Color Palettes


Comments

No comments written yet.

Please login to write comment.