Color Hex Logo

#b499ce Color Hex

#B499CE
(180,153,206)
0 Favorites   0 Comments

Color spaces of #b499ce

RGB 180153206
HSL0.750.350.70
HSV271°26°81°
CMYK 0.130.260.00   0.19
XYZ41.354236.942063.3434
Yxy36.94200.29200.2608
Hunter Lab60.779915.0852-19.2447
CIE-Lab67.233520.1109-23.4532

#b499ce color RGB value is (180,153,206).

#b499ce hex color red value is 180, green value is 153 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b499ce hue: 0.75 , saturation: 0.35 and the lightness value of b499ce is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011001 11001110
Octal 264 231 316
Decimal 180 153 206
Hex B4 99 CE

RGB Percentages of Color #b499ce

%33.40
%28.39
%38.22

CMYK Percentages of Color #b499ce

%13
%26
%0
%19

Triadic Colors of #b499ce

#b499ce #ceb499 #99ceb4

Analogous Colors of #b499ce

#b499ce #ce99ce #9a99ce

Monochromatic Colors of #b499ce

#b499ce

Complementary Color

#b499ce #b3ce99

#b499ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b499ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b499ce Color CSS Codes

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

#b499ce Text Font Color

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

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


#b499ce Background Color

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

This div background color is #b499ce


#b499ce Border Color

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

This div border color is #b499ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,153,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 #b499ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b499ce


Comments

No comments written yet.

Please login to write comment.