Color Hex Logo

#b498ce Color Hex

#B498CE
(180,152,206)
0 Favorites   0 Comments

Color spaces of #b498ce

RGB 180152206
HSL0.750.360.70
HSV271°26°81°
CMYK 0.130.260.00   0.19
XYZ41.191236.616063.2891
Yxy36.61600.29190.2595
Hunter Lab60.511215.6141-19.6541
CIE-Lab66.987920.6709-23.8289

#b498ce color RGB value is (180,152,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011000 11001110
Octal 264 230 316
Decimal 180 152 206
Hex B4 98 CE

RGB Percentages of Color #b498ce

%33.46
%28.25
%38.29

CMYK Percentages of Color #b498ce

%13
%26
%0
%19

Triadic Colors of #b498ce

#b498ce #ceb498 #98ceb4

Analogous Colors of #b498ce

#b498ce #ce98cd #9998ce

Monochromatic Colors of #b498ce

#b498ce

Complementary Color

#b498ce #b2ce98

#b498ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b498ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b498ce Color CSS Codes

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

#b498ce Text Font Color

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

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


#b498ce Background Color

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

This div background color is #b498ce


#b498ce Border Color

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

This div border color is #b498ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b498ce


Comments

No comments written yet.

Please login to write comment.