Color Hex Logo

#b498be Color Hex

#B498BE
(180,152,190)
0 Favorites   0 Comments

Color spaces of #b498be

RGB 180152190
HSL0.790.230.67
HSV284°20°75°
CMYK 0.050.200.00   0.25
XYZ39.344935.877553.5665
Yxy35.87750.30550.2786
Hunter Lab59.897812.4295-11.0944
CIE-Lab66.426217.3522-15.7709

#b498be color RGB value is (180,152,190).

#b498be hex color red value is 180, green value is 152 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #b498be hue: 0.79 , saturation: 0.23 and the lightness value of b498be is 0.67.

The process color (four color CMYK) of #b498be color hex is 0.05, 0.20, 0.00, 0.25. Web safe color of #b498be is #cc99cc. Color #b498be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10011000 10111110
Octal 264 230 276
Decimal 180 152 190
Hex B4 98 BE

RGB Percentages of Color #b498be

%34.48
%29.12
%36.40

CMYK Percentages of Color #b498be

%5
%20
%0
%25

Triadic Colors of #b498be

#b498be #beb498 #98beb4

Analogous Colors of #b498be

#b498be #be98b5 #a198be

Monochromatic Colors of #b498be

#b498be

Complementary Color

#b498be #a2be98

#b498be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b498be Color Preview on White Background

Lorem ipsum dolor sit amet.

#b498be Color CSS Codes

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

#b498be Text Font Color

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

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


#b498be Background Color

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

This div background color is #b498be


#b498be Border Color

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

This div border color is #b498be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b498be


Comments

No comments written yet.

Please login to write comment.