Color Hex Logo

#b498cf Color Hex

#B498CF
(180,152,207)
0 Favorites   0 Comments

Color spaces of #b498cf

RGB 180152207
HSL0.750.360.70
HSV271°27°81°
CMYK 0.130.270.00   0.19
XYZ41.313136.664863.9311
Yxy36.66480.29110.2584
Hunter Lab60.551515.8221-20.2132
CIE-Lab67.024820.8850-24.3278

#b498cf color RGB value is (180,152,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011000 11001111
Octal 264 230 317
Decimal 180 152 207
Hex B4 98 CF

RGB Percentages of Color #b498cf

%33.40
%28.20
%38.40

CMYK Percentages of Color #b498cf

%13
%27
%0
%19

Triadic Colors of #b498cf

#b498cf #cfb498 #98cfb4

Analogous Colors of #b498cf

#b498cf #cf98cf #9998cf

Monochromatic Colors of #b498cf

#b498cf

Complementary Color

#b498cf #b3cf98

#b498cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b498cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b498cf Color CSS Codes

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

#b498cf Text Font Color

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

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


#b498cf Background Color

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

This div background color is #b498cf


#b498cf Border Color

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

This div border color is #b498cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b498cf


Comments

No comments written yet.

Please login to write comment.